com.sun.grizzly
Class TCPSelectorHandler.ConnectChannelOperation

java.lang.Object
  extended by com.sun.grizzly.TCPSelectorHandler.ConnectChannelOperation
All Implemented Interfaces:
SelectorHandlerTask
Enclosing class:
TCPSelectorHandler

protected final class TCPSelectorHandler.ConnectChannelOperation
extends Object
implements SelectorHandlerTask


Method Summary
 CallbackHandler getCallbackHandler()
           
 SelectableChannel getChannel()
           
 SocketAddress getRemoteAddress()
           
 void run(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run(Context context)
         throws IOException
Specified by:
run in interface SelectorHandlerTask
Throws:
IOException

getCallbackHandler

public CallbackHandler getCallbackHandler()

getChannel

public SelectableChannel getChannel()

getRemoteAddress

public SocketAddress getRemoteAddress()


Copyright © 2012 Oracle Corporation. All Rights Reserved.