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

java.lang.Object
  extended by com.sun.grizzly.CompletionHandlerAdapter<RegisterChannelResult>
      extended by com.sun.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
All Implemented Interfaces:
CompletionHandler<RegisterChannelResult>
Enclosing class:
UDPNIOTransport

protected class UDPNIOTransport.RegisterChannelCompletionHandler
extends CompletionHandlerAdapter<RegisterChannelResult>


Constructor Summary
protected UDPNIOTransport.RegisterChannelCompletionHandler()
           
 
Method Summary
 void completed(Connection c, RegisterChannelResult result)
          The I/O operation on the Connection was completed.
 
Methods inherited from class com.sun.grizzly.CompletionHandlerAdapter
cancelled, failed, updated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPNIOTransport.RegisterChannelCompletionHandler

protected UDPNIOTransport.RegisterChannelCompletionHandler()
Method Detail

completed

public void completed(Connection c,
                      RegisterChannelResult result)
Description copied from class: CompletionHandlerAdapter
The I/O operation on the Connection was completed.

Specified by:
completed in interface CompletionHandler<RegisterChannelResult>
Overrides:
completed in class CompletionHandlerAdapter<RegisterChannelResult>
result - the I/O operation result


Copyright © 2009 SUN Microsystems. All Rights Reserved.