Cliser

cliser
Class TCPServer

java.lang.Object
  |
  +--cliser.CommunicatorUser
        |
        +--cliser.Server
              |
              +--cliser.TCPServer
Direct Known Subclasses:
ConcurrentTCPServer, IterativeTCPServer

public abstract class TCPServer
extends Server


Method Summary
protected  TCPCommunicator acceptConnection()
          utility to accept a connection PRE: myCommunicator is initialized.
 
Methods inherited from class cliser.Server
getHost, getPort, getService
 
Methods inherited from class cliser.CommunicatorUser
getCommunicator, initCommunicator, receive, send, setCommunicator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

acceptConnection

protected TCPCommunicator acceptConnection()
utility to accept a connection PRE: myCommunicator is initialized.
Returns:
the TCPCommunicator returned by myCommunicator.accept().

Cliser

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