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

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

protected final class TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
extends EmptyCompletionHandler<RegisterChannelResult>


Constructor Summary
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler()
           
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl<Connection> listener)
           
 
Method Summary
 void completed(RegisterChannelResult result)
          The operation was completed.
 
Methods inherited from class org.glassfish.grizzly.EmptyCompletionHandler
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<Connection> listener)
Method Detail

completed

public void completed(RegisterChannelResult result)
Description copied from class: EmptyCompletionHandler
The operation was completed.

Specified by:
completed in interface CompletionHandler<RegisterChannelResult>
Overrides:
completed in class EmptyCompletionHandler<RegisterChannelResult>
Parameters:
result - the operation result


Copyright © 2011 Oracle Corpration. All Rights Reserved.