forked from External/mage
Extracted Session interface, moved implementation to SessionImpl
This commit is contained in:
parent
0970856fc8
commit
96cfb51686
11 changed files with 1265 additions and 1035 deletions
|
|
@ -8,6 +8,7 @@ import mage.interfaces.MageClient;
|
|||
import mage.interfaces.callback.ClientCallback;
|
||||
import mage.remote.Connection;
|
||||
import mage.remote.Session;
|
||||
import mage.remote.SessionImpl;
|
||||
import mage.utils.MageVersion;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.junit.Ignore;
|
||||
|
|
@ -46,7 +47,7 @@ public class MultiConnectTest {
|
|||
}
|
||||
|
||||
public void connect() {
|
||||
session = new Session(this);
|
||||
session = new SessionImpl(this);
|
||||
Connection connection = new Connection();
|
||||
connection.setUsername(username);
|
||||
connection.setHost("localhost");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue