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