Uses of Interface
org.glassfish.grizzly.IOEventProcessingHandler

Packages that use IOEventProcessingHandler
org.glassfish.grizzly   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.strategies   
 

Uses of IOEventProcessingHandler in org.glassfish.grizzly
 

Classes in org.glassfish.grizzly that implement IOEventProcessingHandler
 class EmptyIOEventProcessingHandler
          Empty IOEventProcessingHandler implementation.
 

Fields in org.glassfish.grizzly declared as IOEventProcessingHandler
protected  IOEventProcessingHandler Context.processingHandler
          IOEventProcessingHandler is called to notify about IOEvent processing life-cycle events like suspend, resume, complete.
 

Methods in org.glassfish.grizzly that return IOEventProcessingHandler
 IOEventProcessingHandler Context.getProcessingHandler()
           
 

Methods in org.glassfish.grizzly with parameters of type IOEventProcessingHandler
static Context Context.create(Connection connection, Processor processor, IOEvent ioEvent, IOEventProcessingHandler processingHandler)
           
static void ProcessorExecutor.execute(Connection connection, IOEvent ioEvent, Processor processor, IOEventProcessingHandler processingHandler)
           
 void Transport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
          Fires specific IOEvent on the Connection
 void Context.setProcessingHandler(IOEventProcessingHandler processingHandler)
           
 

Uses of IOEventProcessingHandler in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type IOEventProcessingHandler
 void UDPNIOTransport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
           
 void TCPNIOTransport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
           
 

Uses of IOEventProcessingHandler in org.glassfish.grizzly.strategies
 

Fields in org.glassfish.grizzly.strategies declared as IOEventProcessingHandler
protected static IOEventProcessingHandler AbstractIOStrategy.ENABLE_INTEREST_PROCESSING_HANDLER
           
 

Methods in org.glassfish.grizzly.strategies with parameters of type IOEventProcessingHandler
protected static void AbstractIOStrategy.fireIOEvent(Connection connection, IOEvent ioEvent, IOEventProcessingHandler ph, java.util.logging.Logger logger)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.