|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOEvent | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.connectioncache.client | |
| Uses of IOEvent in com.sun.grizzly |
|---|
| Classes in com.sun.grizzly that implement IOEvent | |
|---|---|
static class |
IOEvent.DefaultIOEvent<E>
Simple IOEvent implementation |
| Methods in com.sun.grizzly that return IOEvent | |
|---|---|
protected IOEvent |
Context.getIOEvent()
Return the current IOEvent associated with this
instance. |
| Methods in com.sun.grizzly with parameters of type IOEvent | |
|---|---|
void |
SSLConnectorHandler.onConnect(IOEvent ioEvent)
|
void |
CallbackHandler.onConnect(IOEvent<E> ioEvent)
This method is called when an non blocking OP_CONNECT is ready to get processed. |
void |
SSLCallbackHandler.onHandshake(IOEvent<E> ioEvent)
This method is called when an non blocking OP_CONNECT is ready to get processed. |
void |
SSLConnectorHandler.onRead(IOEvent ioEvent)
|
void |
CallbackHandler.onRead(IOEvent<E> ioEvent)
This method is called when an non blocking OP_READ is ready to get processed. |
void |
SSLConnectorHandler.onWrite(IOEvent ioEvent)
|
void |
CallbackHandler.onWrite(IOEvent<E> ioEvent)
This method is called when an non blocking OP_WRITE is ready to get processed. |
protected void |
Context.setIOEvent(IOEvent<Context> ioEvent)
Set an optional CallbackHandler. |
| Uses of IOEvent in com.sun.grizzly.connectioncache.client |
|---|
| Methods in com.sun.grizzly.connectioncache.client with parameters of type IOEvent | |
|---|---|
void |
CacheableConnectorHandler.onConnect(IOEvent ioEvent)
|
void |
CacheableConnectorHandler.onRead(IOEvent ioEvent)
|
void |
CacheableConnectorHandler.onWrite(IOEvent ioEvent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||