Uses of Interface
com.sun.grizzly.IOEvent

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
 IOEvent NIOContext.getIOEvent()
          Return the current IOEvent associated with this instance.
 IOEvent Context.getIOEvent()
          Return the current IOEvent associated with this instance.
 

Methods in com.sun.grizzly with parameters of type IOEvent
 void DefaultCallbackHandler.onConnect(IOEvent<Context> ioEvent)
          Execute the non blocking connect operation.
 void CallbackHandler.onConnect(IOEvent<E> ioEvent)
          This method is called when an non blocking OP_CONNECT is ready to get processed.
 void DefaultCallbackHandler.onHandshake(IOEvent<Context> ioEvent)
          By default, do nothing.
 void SSLCallbackHandler.onHandshake(IOEvent<E> ioEvent)
          This method is called when an non blocking OP_CONNECT is ready to get processed.
 void DefaultCallbackHandler.onRead(IOEvent<Context> ioEvent)
          Delegate the processing of the read operation to the IOEvent{ associated {@link ProtocolChain}
 void CallbackHandler.onRead(IOEvent<E> ioEvent)
          This method is called when an non blocking OP_READ is ready to get processed.
 void DefaultCallbackHandler.onWrite(IOEvent<Context> ioEvent)
          Delegate the processing of the write operation to the IOEvent{ associated {@link ProtocolChain}
 void CallbackHandler.onWrite(IOEvent<E> ioEvent)
          This method is called when an non blocking OP_WRITE is ready to get processed.
 void NIOContext.setIOEvent(IOEvent<Context> ioEvent)
          Set an optional CallbackHandler.
 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)
           
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.