Uses of Interface
com.sun.grizzly.SSLCallbackHandler

Packages that use SSLCallbackHandler
com.sun.grizzly   
 

Uses of SSLCallbackHandler in com.sun.grizzly
 

Classes in com.sun.grizzly that implement SSLCallbackHandler
 class DefaultCallbackHandler
          Default CallbackHandler implementation that implements the connect operations, and delegate the read and write operations to its associated SelectorHandler ProtocolChain, like the default SelectorHandler is doing server side component.
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.