Uses of Interface
com.sun.grizzly.ssl.SSLHandshaker

Packages that use SSLHandshaker
com.sun.grizzly.ssl   
 

Uses of SSLHandshaker in com.sun.grizzly.ssl
 

Classes in com.sun.grizzly.ssl that implement SSLHandshaker
 class BlockingSSLHandshaker
          Blocking SSLHandshaker implementation.
 

Methods in com.sun.grizzly.ssl that return SSLHandshaker
 SSLHandshaker SSLCodec.getSslHandshaker()
           
 

Methods in com.sun.grizzly.ssl with parameters of type SSLHandshaker
 void SSLCodec.setSslHandshaker(SSLHandshaker sslHandshaker)
           
 

Constructors in com.sun.grizzly.ssl with parameters of type SSLHandshaker
SSLFilter(SSLEngineConfigurator sslEngineConfigurator, SSLHandshaker sslHandshaker)
          Build SSLFilter with the given SSLEngineConfigurator and custom SSLHandshaker
SSLSupportImpl(SSLEngineConfigurator engineConfigurator, SSLHandshaker handshaker, SSLStreamReader reader, SSLStreamWriter writer)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.