org.glassfish.grizzly.nio
Class RegisterChannelResult
java.lang.Object
org.glassfish.grizzly.nio.RegisterChannelResult
public final class RegisterChannelResult
- extends Object
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisterChannelResult
public RegisterChannelResult(SelectorRunner selectorRunner,
SelectionKey selectionKey,
SelectableChannel channel)
getSelectorRunner
public SelectorRunner getSelectorRunner()
getSelectionKey
public SelectionKey getSelectionKey()
getChannel
public SelectableChannel getChannel()
Copyright © 2012 Oracle Corporation. All Rights Reserved.