Uses of Interface
org.glassfish.grizzly.ssl.SSLHandshaker

Packages that use SSLHandshaker
org.glassfish.grizzly.ssl   
 

Uses of SSLHandshaker in org.glassfish.grizzly.ssl
 

Classes in org.glassfish.grizzly.ssl that implement SSLHandshaker
 class BlockingSSLHandshaker
          Blocking SSLHandshaker implementation.
 

Methods in org.glassfish.grizzly.ssl that return SSLHandshaker
 SSLHandshaker SSLCodec.getSslHandshaker()
           
 

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

Constructors in org.glassfish.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.