cz.cuni.amis.pogamut.base.communication.connection
Class Server

Package class diagram package Server
java.lang.Object
  extended by cz.cuni.amis.utils.TestOutput
      extended by cz.cuni.amis.pogamut.base.communication.connection.Server
All Implemented Interfaces:
Runnable

public class Server
extends cz.cuni.amis.utils.TestOutput
implements Runnable


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

GET_COMMAND

public static final String GET_COMMAND
See Also:
Constant Field Values

QUIT_COMMAND

public static final String QUIT_COMMAND
See Also:
Constant Field Values
Constructor Detail

Server

public Server(int port,
              String[] response)
       throws IOException
Throws:
IOException
Method Detail

run

public void run()
Specified by:
run in interface Runnable

tearDown

public void tearDown()

getPort

public int getPort()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.