org.glassfish.grizzly.nio.transport
Class TCPNIOTransport.RegisterChannelCompletionHandler
java.lang.Object
org.glassfish.grizzly.CompletionHandlerAdapter<RegisterChannelResult>
org.glassfish.grizzly.nio.transport.TCPNIOTransport.RegisterChannelCompletionHandler
- All Implemented Interfaces:
- CompletionHandler<RegisterChannelResult>
- Enclosing class:
- TCPNIOTransport
protected class TCPNIOTransport.RegisterChannelCompletionHandler
- extends CompletionHandlerAdapter<RegisterChannelResult>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPNIOTransport.RegisterChannelCompletionHandler
protected TCPNIOTransport.RegisterChannelCompletionHandler()
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.