|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSLCallbackHandler<E>
This class extends the CallbackHandler functionalities by exposing the onHandshake method.
Method Summary | |
---|---|
void |
onHandshake(IOEvent<E> ioEvent)
This method is called when an non blocking OP_CONNECT is ready to get processed. |
Methods inherited from interface com.sun.grizzly.CallbackHandler |
---|
onConnect, onRead, onWrite |
Method Detail |
---|
void onHandshake(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 |