Uses of Interface
org.glassfish.grizzly.PostProcessor

Packages that use PostProcessor
org.glassfish.grizzly   
org.glassfish.grizzly.nio.transport   
 

Uses of PostProcessor in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return PostProcessor
 PostProcessor Context.getPostProcessor()
          Get the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
 PostProcessor ProcessorRunnable.getPostProcessor()
          Get the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
 

Methods in org.glassfish.grizzly with parameters of type PostProcessor
 void Context.setPostProcessor(PostProcessor ioEventPostProcessor)
          Set the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
 void ProcessorRunnable.setPostProcessor(PostProcessor ioEventPostProcessor)
          Set the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
 

Constructors in org.glassfish.grizzly with parameters of type PostProcessor
ProcessorRunnable(IOEvent ioEvent, Connection connection, Processor processor, PostProcessor postProcessor)
           
 

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

Classes in org.glassfish.grizzly.nio.transport that implement PostProcessor
 class TCPNIOTransport.EnableInterestPostProcessor
           
 class UDPNIOTransport.EnableInterestPostProcessor
           
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type PostProcessor
protected  void TCPNIOTransport.executeProcessor(IOEvent ioEvent, Connection connection, Processor processor, ProcessorExecutor executor, PostProcessor postProcessor, Object strategyContext)
           
protected  void UDPNIOTransport.executeProcessor(IOEvent ioEvent, Connection connection, Processor processor, ProcessorExecutor executor, PostProcessor postProcessor, Object strategyContext)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.