|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cliser.CommunicatorUser | +--cliser.Server | +--cliser.TCPServer | +--cliser.ConcurrentTCPServer
Constructor Summary | |
ConcurrentTCPServer(java.lang.String service,
int port,
ServiceThread prototypeThread)
explicit constructor |
Method Summary | |
protected Communicator |
initCommunicator()
definition of abstract CommunicatorUser.initCommunicator() |
void |
run()
default concurrent server behavior (run forever, accepting connections, and handing them off to ServiceThreads for servicing). |
Methods inherited from class cliser.TCPServer |
acceptConnection |
Methods inherited from class cliser.Server |
getHost,
getPort,
getService |
Methods inherited from class cliser.CommunicatorUser |
getCommunicator,
receive,
send,
setCommunicator |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ConcurrentTCPServer(java.lang.String service, int port, ServiceThread prototypeThread)
Method Detail |
protected Communicator initCommunicator()
public void run()
|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |