Uses of Class
com.sun.grizzly.SSLConfig

Packages that use SSLConfig
com.sun.grizzly   
com.sun.grizzly.filter   
com.sun.grizzly.portunif   
com.sun.grizzly.ssl   
 

Uses of SSLConfig in com.sun.grizzly
 

Fields in com.sun.grizzly declared as SSLConfig
static SSLConfig SSLConfig.DEFAULT_CONFIG
          Default SSL configuration
 

Methods in com.sun.grizzly with parameters of type SSLConfig
 void SSLConnectorHandler.configure(SSLConfig sslConfig)
          Configure SSLConnectorHandler's SSL settings.
 

Constructors in com.sun.grizzly with parameters of type SSLConfig
SSLConnectorHandler(SSLConfig sslConfig)
           
 

Uses of SSLConfig in com.sun.grizzly.filter
 

Methods in com.sun.grizzly.filter with parameters of type SSLConfig
 void SSLReadFilter.configure(SSLConfig sslConfig)
          Configures SSL settings.
 

Uses of SSLConfig in com.sun.grizzly.portunif
 

Methods in com.sun.grizzly.portunif with parameters of type SSLConfig
 void TLSPUPreProcessor.configure(SSLConfig sslConfig)
          Configures SSL settings.
 

Constructors in com.sun.grizzly.portunif with parameters of type SSLConfig
TLSPUPreProcessor(SSLConfig sslConfig)
           
 

Uses of SSLConfig in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type SSLConfig
 void SSLSelectorThread.setSSLConfig(SSLConfig sslConfig)
          Set the SSLContext required to support SSL over NIO.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.