Uses of Class
com.sun.grizzly.TCPSelectorHandler

Packages that use TCPSelectorHandler
com.sun.grizzly   
 

Uses of TCPSelectorHandler in com.sun.grizzly
 

Subclasses of TCPSelectorHandler in com.sun.grizzly
 class RoundRobinSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class SSLSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class UDPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Fields in com.sun.grizzly declared as TCPSelectorHandler
protected  TCPSelectorHandler TCPConnectorHandler.selectorHandler
          The underlying TCPSelectorHandler used to mange SelectionKeys.
 

Methods in com.sun.grizzly that return TCPSelectorHandler
 TCPSelectorHandler TCPConnectorHandler.getSelectorHandler()
          Return the associated SelectorHandler.
 

Methods in com.sun.grizzly with parameters of type TCPSelectorHandler
 void TCPConnectorHandler.connect(SocketAddress remoteAddress, CallbackHandler callbackHandler, TCPSelectorHandler selectorHandler)
          Connect to hostname:port.
 void TCPConnectorHandler.connect(SocketAddress remoteAddress, SocketAddress localAddress, CallbackHandler callbackHandler, TCPSelectorHandler selectorHandler)
          Connect to hostname:port.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.