Uses of Class
com.sun.grizzly.util.net.SSLImplementation

Packages that use SSLImplementation
com.sun.grizzly.ssl   
com.sun.grizzly.util.net   
com.sun.grizzly.util.net.jsse   
 

Uses of SSLImplementation in com.sun.grizzly.ssl
 

Fields in com.sun.grizzly.ssl declared as SSLImplementation
protected  SSLImplementation SSLAsyncProtocolFilter.sslImplementation
          The Coyote SSLImplementation used to retrive the SSLContext
protected  SSLImplementation SSLDefaultProtocolFilter.sslImplementation
          The Coyote SSLImplementation used to retrive the SSLContext
 

Methods in com.sun.grizzly.ssl that return SSLImplementation
 SSLImplementation SSLSelectorThread.getSSLImplementation()
          Return the current SSLImplementation this Thread
 

Methods in com.sun.grizzly.ssl with parameters of type SSLImplementation
 void SSLSelectorThread.setSSLImplementation(SSLImplementation sslImplementation)
          Set the Coyote SSLImplementation.
 

Constructors in com.sun.grizzly.ssl with parameters of type SSLImplementation
SSLAsyncProtocolFilter(Class algorithmClass, int port, SSLImplementation sslImplementation)
           
SSLDefaultProtocolFilter(Class algorithmClass, int port, SSLImplementation sslImplementation)
           
 

Uses of SSLImplementation in com.sun.grizzly.util.net
 

Methods in com.sun.grizzly.util.net that return SSLImplementation
static SSLImplementation SSLImplementation.getInstance()
           
static SSLImplementation SSLImplementation.getInstance(String className)
           
 

Uses of SSLImplementation in com.sun.grizzly.util.net.jsse
 

Subclasses of SSLImplementation in com.sun.grizzly.util.net.jsse
 class JSSEImplementation
           
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.