|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cliser.Communicator | +--cliser.TCPCommunicator | +--cliser.ServerTCPCommunicator | +--cliser.IterativeServerTCPCommunicator
Constructor Summary | |
IterativeServerTCPCommunicator(int port)
explicit constructor |
Method Summary | |
TCPCommunicator |
accept()
definition of abstract ServerTCPCommunicator.accept() PRE: Some client is going to connect to me. |
Methods inherited from class cliser.ServerTCPCommunicator |
getServerSocket,
initSocket |
Methods inherited from class cliser.TCPCommunicator |
finalize,
getLocalHost,
getLocalPort,
getRemoteHost,
getRemotePort,
getSocket,
initReaderAndWriter,
receive,
send,
setSocket |
Methods inherited from class cliser.Communicator |
getPort,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public IterativeServerTCPCommunicator(int port)
Method Detail |
public TCPCommunicator accept()
|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |