|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAcceptorCallback
Server IO Provider callback
This class is experimental and is subject to change
Method Summary | |
---|---|
void |
onConnected()
notifies that the acceptor has been bound to the socket, and accepts incoming connections |
void |
onConnectionAccepted(IIoHandler ioHandler)
notifies a new incoming connection |
void |
onDisconnected()
notifies that the acceptor has been unbound |
Method Detail |
---|
void onConnected()
void onDisconnected()
void onConnectionAccepted(IIoHandler ioHandler) throws java.io.IOException
ioHandler
- the assigned io handler of the new connetion
java.io.IOException
- If some other I/O error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |