Uses of Class
com.sun.grizzly.TCPSelectorHandler

Packages that use TCPSelectorHandler
com.sun.grizzly   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

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()
           
 

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.
 

Uses of TCPSelectorHandler in com.sun.grizzly.http
 

Subclasses of TCPSelectorHandler in com.sun.grizzly.http
 class SelectorThreadHandler
          SelectorHandler implementation SelectorThread passes to Controller.
 

Fields in com.sun.grizzly.http declared as TCPSelectorHandler
protected  TCPSelectorHandler SelectorThread.selectorHandler
          SelectorHandler current SelectorThread is based on
 

Methods in com.sun.grizzly.http that return TCPSelectorHandler
protected  TCPSelectorHandler SelectorThread.createSelectorHandler()
          Create TCPSelectorHandler
 

Methods in com.sun.grizzly.http with parameters of type TCPSelectorHandler
protected  void SelectorThread.configureSelectorHandler(TCPSelectorHandler selectorHandler)
          Configure TCPSelectorHandler
 

Uses of TCPSelectorHandler in com.sun.grizzly.ssl
 

Subclasses of TCPSelectorHandler in com.sun.grizzly.ssl
 class SSLSelectorThreadHandler
          SelectorHandler implementation SelectorThread passes to Controller.
 

Methods in com.sun.grizzly.ssl that return TCPSelectorHandler
protected  TCPSelectorHandler SSLSelectorThread.createSelectorHandler()
          Create TCPSelectorHandler
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.