Uses of Interface
com.sun.grizzly.PostProcessor

Packages that use PostProcessor
com.sun.grizzly   
com.sun.grizzly.nio.transport   
 

Uses of PostProcessor in com.sun.grizzly
 

Methods in com.sun.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 com.sun.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 com.sun.grizzly with parameters of type PostProcessor
ProcessorRunnable(IOEvent ioEvent, Connection connection, Processor processor, PostProcessor postProcessor)
           
 

Uses of PostProcessor in com.sun.grizzly.nio.transport
 

Classes in com.sun.grizzly.nio.transport that implement PostProcessor
 class TCPNIOTransport.EnableInterestPostProcessor
           
 class UDPNIOTransport.EnableInterestPostProcessor
           
 

Methods in com.sun.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.