com.sun.grizzly.nio.transport
Class TCPNIOTransport.EnableInterestPostProcessor

java.lang.Object
  extended by com.sun.grizzly.nio.transport.TCPNIOTransport.EnableInterestPostProcessor
All Implemented Interfaces:
PostProcessor
Enclosing class:
TCPNIOTransport

public class TCPNIOTransport.EnableInterestPostProcessor
extends Object
implements PostProcessor


Constructor Summary
TCPNIOTransport.EnableInterestPostProcessor()
           
 
Method Summary
 void process(ProcessorResult result, Context context)
          Method will be called by framework to post process the I/O event, which occured on a connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPNIOTransport.EnableInterestPostProcessor

public TCPNIOTransport.EnableInterestPostProcessor()
Method Detail

process

public void process(ProcessorResult result,
                    Context context)
             throws IOException
Description copied from interface: PostProcessor
Method will be called by framework to post process the I/O event, which occured on a connection

Specified by:
process in interface PostProcessor
context - processing context
Throws:
IOException


Copyright © 2009 SUN Microsystems. All Rights Reserved.