|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallbackHandler<E>
Callback handler for non blocking client operations.
| Method Summary | |
|---|---|
void |
onConnect(IOEvent<E> ioEvent)
This method is called when an non blocking OP_CONNECT is ready to get processed. |
void |
onRead(IOEvent<E> ioEvent)
This method is called when an non blocking OP_READ is ready to get processed. |
void |
onWrite(IOEvent<E> ioEvent)
This method is called when an non blocking OP_WRITE is ready to get processed. |
| Method Detail |
|---|
void onConnect(IOEvent<E> ioEvent)
ioEvent - an object containing information about the current
non blocking connection.void onRead(IOEvent<E> ioEvent)
ioEvent - an object containing information about the current
non blocking connection.void onWrite(IOEvent<E> ioEvent)
ioEvent - an object containing information about the current
non blocking connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||