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

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

public class UDPNIOTransport.EnableInterestPostProcessor
extends Object
implements PostProcessor


Constructor Summary
UDPNIOTransport.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

UDPNIOTransport.EnableInterestPostProcessor

public UDPNIOTransport.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.