|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Server
The common server interface.
Provides ability to start and stop operation and listen the incoming connections.
Method Summary | |
---|---|
void |
setIncomingConnectionListener(ConnectionListener connectionListener)
Sets the connection listener. |
void |
start()
Start the server. |
void |
stop()
Stop server. |
Method Detail |
---|
void setIncomingConnectionListener(ConnectionListener connectionListener)
connectionListener
- the connection listenervoid start() throws IOException
IOException
- - if error occurredvoid stop() throws IOException
IOException
- - if error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |