com.sun.grizzly
Class SelectionKeyOP.ConnectSelectionKeyOP

java.lang.Object
  extended by com.sun.grizzly.SelectionKeyOP
      extended by com.sun.grizzly.SelectionKeyOP.ConnectSelectionKeyOP
Enclosing class:
SelectionKeyOP

public static class SelectionKeyOP.ConnectSelectionKeyOP
extends SelectionKeyOP


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.grizzly.SelectionKeyOP
SelectionKeyOP.ConnectSelectionKeyOP
 
Constructor Summary
SelectionKeyOP.ConnectSelectionKeyOP()
           
 
Method Summary
 CallbackHandler getCallbackHandler()
           
 SocketAddress getRemoteAddress()
           
 void setCallbackHandler(CallbackHandler callbackHandler)
           
 void setRemoteAddress(SocketAddress remoteAddress)
           
 
Methods inherited from class com.sun.grizzly.SelectionKeyOP
getChannel, getOp, getSelectionKey, setChannel, setOp, setSelectionKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionKeyOP.ConnectSelectionKeyOP

public SelectionKeyOP.ConnectSelectionKeyOP()
Method Detail

getRemoteAddress

public SocketAddress getRemoteAddress()

setRemoteAddress

public void setRemoteAddress(SocketAddress remoteAddress)

getCallbackHandler

public CallbackHandler getCallbackHandler()

setCallbackHandler

public void setCallbackHandler(CallbackHandler callbackHandler)


Copyright © 2009 SUN Microsystems. All Rights Reserved.