Uses of Class
com.sun.grizzly.ssl.SSLEngineConfigurator

Packages that use SSLEngineConfigurator
com.sun.grizzly.ssl   
 

Uses of SSLEngineConfigurator in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl that return SSLEngineConfigurator
 SSLEngineConfigurator SSLCodec.getClientSSLEngineConfig()
           
 SSLEngineConfigurator SSLCodec.getServerSSLEngineConfig()
           
 

Methods in com.sun.grizzly.ssl with parameters of type SSLEngineConfigurator
 Future<SSLEngine> SSLCodec.handshake(Connection connection, SSLEngineConfigurator configurator)
           
 Future<SSLEngine> SSLHandshaker.handshake(SSLStreamReader reader, SSLStreamWriter writer, SSLEngineConfigurator configurator)
          Execute SSL handshake using given Connection's SSLStreamReader and SSLStreamWriter.
 Future<SSLEngine> BlockingSSLHandshaker.handshake(SSLStreamReader reader, SSLStreamWriter writer, SSLEngineConfigurator configurator)
          Execute SSL handshake using given Connection's SSLStreamReader and SSLStreamWriter.
 

Constructors in com.sun.grizzly.ssl with parameters of type SSLEngineConfigurator
SSLFilter(SSLEngineConfigurator sslEngineConfigurator)
          Build SSLFilter with the given SSLEngineConfigurator.
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.