Uses of Interface
com.sun.grizzly.IOEvent

Packages that use IOEvent
com.sun.grizzly   
com.sun.grizzly.filter   
 

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 Context.getIOEvent()
          Return the current IOEvent associated with this instance.
 IOEvent NIOContext.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 Context.setIOEvent(IOEvent<Context> ioEvent)
          Set an optional CallbackHandler.
 void NIOContext.setIOEvent(IOEvent<Context> ioEvent)
          Set an optional CallbackHandler.
 

Uses of IOEvent in com.sun.grizzly.filter
 

Methods in com.sun.grizzly.filter with parameters of type IOEvent
 void ProxyCallbackHandler.onConnect(IOEvent<Context> ioEvent)
           
 void ProxyCallbackHandler.onRead(IOEvent<Context> ioEvent)
           
 void ProxyCallbackHandler.onWrite(IOEvent<Context> ioEvent)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.