public final class RegisterChannelResult extends Object
Constructor and Description |
---|
RegisterChannelResult(SelectorRunner selectorRunner,
SelectionKey selectionKey,
SelectableChannel channel) |
Modifier and Type | Method and Description |
---|---|
SelectableChannel |
getChannel() |
SelectionKey |
getSelectionKey() |
SelectorRunner |
getSelectorRunner() |
public RegisterChannelResult(SelectorRunner selectorRunner, SelectionKey selectionKey, SelectableChannel channel)
public SelectorRunner getSelectorRunner()
public SelectionKey getSelectionKey()
public SelectableChannel getChannel()
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.