Cliser

cliser
Class ClientTCPCommunicator

java.lang.Object
  |
  +--cliser.Communicator
        |
        +--cliser.TCPCommunicator
              |
              +--cliser.ClientTCPCommunicator

public class ClientTCPCommunicator
extends TCPCommunicator


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

ClientTCPCommunicator

public ClientTCPCommunicator(java.lang.String remoteHost,
                             int port)
explicit constructor

ClientTCPCommunicator

public ClientTCPCommunicator(java.net.Socket aSocket)
explicit constructor
Method Detail

initSocket

protected java.net.Socket initSocket()
definition for abstract TCPCommunicator.initSocket() POST: super.mySocket == a new TCP Socket connected to (myRemoteHost, myPort).
Overrides:
initSocket in class TCPCommunicator

Cliser

Cliser is open-source freeware distributed under the GNU Public License.