| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server | |
| cz.cuni.amis.pogamut.ut2004.teamcomm.server |
| Constructor and Description |
|---|
TCMinaServer(UT2004TCServer owner,
InetSocketAddress bindAddress,
Logger log) |
| Modifier and Type | Method and Description |
|---|---|
static UT2004TCServer |
UT2004TCServer.startTCServer()
Starts TC server on localhost:random-port(>10000) connecting to UT2004 at localhost:3001 (may be overriden via PogamutUT2004Property.POGAMUT_UT2004_SERVER_HOST, PogamutUT2004Property.POGAMUT_UT2004_SERVER_PORT and properties)
|
static UT2004TCServer |
UT2004TCServer.startTCServer(String ut2004Host,
int ut2004ControlServerPort)
Starts TC server on localhost:random-port(>10000) connecting to UT2004 at ut2004Host:ut2004ControlServerPort
|
static UT2004TCServer |
UT2004TCServer.startTCServer(String ut2004Host,
int ut2004ControlServerPort,
String bindHost,
int bindPort)
Starts TC server using specified parameters.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.