org.glassfish.grizzly.nio
Class RegisterChannelResult

java.lang.Object
  extended by org.glassfish.grizzly.nio.RegisterChannelResult

public final class RegisterChannelResult
extends Object

Author:
Alexey Stashok

Constructor Summary
RegisterChannelResult(SelectorRunner selectorRunner, SelectionKey selectionKey, SelectableChannel channel)
           
 
Method Summary
 SelectableChannel getChannel()
           
 SelectionKey getSelectionKey()
           
 SelectorRunner getSelectorRunner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterChannelResult

public RegisterChannelResult(SelectorRunner selectorRunner,
                             SelectionKey selectionKey,
                             SelectableChannel channel)
Method Detail

getSelectorRunner

public SelectorRunner getSelectorRunner()

getSelectionKey

public SelectionKey getSelectionKey()

getChannel

public SelectableChannel getChannel()


Copyright © 2012 Oracle Corporation. All Rights Reserved.