|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.utils.TestOutput
cz.cuni.amis.pogamut.base.communication.connection.Server
public class Server
Field Summary | |
---|---|
static String |
GET_COMMAND
|
static String |
QUIT_COMMAND
|
Constructor Summary | |
---|---|
Server(int port,
String[] response)
|
Method Summary | |
---|---|
int |
getPort()
|
void |
run()
|
void |
tearDown()
|
Methods inherited from class cz.cuni.amis.utils.TestOutput |
---|
clear, consume, consume, consumeAnyOrder, consumeMany, isClear, isLog, printOutput, push, setLog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GET_COMMAND
public static final String QUIT_COMMAND
Constructor Detail |
---|
public Server(int port, String[] response) throws IOException
IOException
Method Detail |
---|
public void run()
run
in interface Runnable
public void tearDown()
public int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |