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 © 2014 Oracle Corporation. All rights reserved.