org.glassfish.grizzly.nio.transport
Class TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler

java.lang.Object
  extended by org.glassfish.grizzly.CompletionHandlerAdapter<RegisterChannelResult>
      extended by org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
All Implemented Interfaces:
CompletionHandler<RegisterChannelResult>
Enclosing class:
TCPNIOServerConnection

protected class TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
extends CompletionHandlerAdapter<RegisterChannelResult>


Constructor Summary
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler()
           
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl listener)
           
 
Method Summary
 void completed(Connection c, RegisterChannelResult result)
          The I/O operation on the Connection was completed.
 
Methods inherited from class org.glassfish.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

TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler

public TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler()

TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler

public TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl listener)
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.