Uses of Class
com.sun.grizzly.SSLSelectorHandler

Packages that use SSLSelectorHandler
com.sun.grizzly   
com.sun.grizzly.ssl   
 

Uses of SSLSelectorHandler in com.sun.grizzly
 

Methods in com.sun.grizzly that return SSLSelectorHandler
 SSLSelectorHandler SSLConnectorHandler.getSelectorHandler()
           
 

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

Uses of SSLSelectorHandler in com.sun.grizzly.ssl
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.