|
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.ClientTCPCommunicator
Constructor Summary | |
ClientTCPCommunicator(java.net.Socket aSocket)
explicit constructor |
|
ClientTCPCommunicator(java.lang.String remoteHost,
int port)
explicit constructor |
Method Summary | |
protected java.net.Socket |
initSocket()
definition for abstract TCPCommunicator.initSocket() POST: super.mySocket == a new TCP Socket connected to (myRemoteHost, myPort). |
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 ClientTCPCommunicator(java.lang.String remoteHost, int port)
public ClientTCPCommunicator(java.net.Socket aSocket)
Method Detail |
protected java.net.Socket initSocket()
|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |