Module org.glassfish.grizzly
Class TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
java.lang.Object
org.glassfish.grizzly.EmptyCompletionHandler<RegisterChannelResult>
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcompleted(RegisterChannelResult result) The operation was completed.Methods inherited from class org.glassfish.grizzly.EmptyCompletionHandler
cancelled, failed, updated
-
Constructor Details
-
RegisterAcceptedChannelCompletionHandler
public RegisterAcceptedChannelCompletionHandler() -
RegisterAcceptedChannelCompletionHandler
-
-
Method Details
-
completed
Description copied from class:EmptyCompletionHandlerThe operation was completed.- Specified by:
completedin interfaceCompletionHandler<RegisterChannelResult>- Overrides:
completedin classEmptyCompletionHandler<RegisterChannelResult>- Parameters:
result- the operation result Please note, for performance reasons the result object might be recycled after returning from the completed method. So it's not guaranteed that using of the result object is safe outside this method's scope.
-