Uses of Class
org.apache.tomcat.util.net.SSLImplementation

Packages that use SSLImplementation
com.sun.enterprise.web.connector.grizzly.blocking   
com.sun.enterprise.web.connector.grizzly.ssl   
org.apache.coyote.http11   
org.apache.tomcat.util.net   
org.apache.tomcat.util.net.jsse   
 

Uses of SSLImplementation in com.sun.enterprise.web.connector.grizzly.blocking
 

Fields in com.sun.enterprise.web.connector.grizzly.blocking declared as SSLImplementation
protected  SSLImplementation ProcessorBlockingTask.sslImplementation
          The wrapper used to support SSL.
protected  SSLImplementation SelectorBlockingThread.sslImplementation
           
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking that return SSLImplementation
 SSLImplementation ProcessorBlockingTask.getSSLImplementation()
          Return the current SSLImplementation this Thread
 SSLImplementation SelectorBlockingThread.getSSLImplementation()
          Return the current SSLImplementation this Thread
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking with parameters of type SSLImplementation
 void ProcessorBlockingTask.setSSLImplementation(SSLImplementation sslImplementation)
          Set the SSLImplementation used by this thread.It usually means HTTPS will be used.
 void SelectorBlockingThread.setSSLImplementation(SSLImplementation sslImplementation)
          Set the SSLImplementation used by this thread.It usually means HTTPS will be used.
 

Uses of SSLImplementation in com.sun.enterprise.web.connector.grizzly.ssl
 

Fields in com.sun.enterprise.web.connector.grizzly.ssl declared as SSLImplementation
protected  SSLImplementation SSLReadTask.sslImplementation
          The Coyote SSLImplementation used to retrive the SSLContext
 

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

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

Uses of SSLImplementation in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as SSLImplementation
protected  SSLImplementation Http11Protocol.sslImplementation
           
 

Uses of SSLImplementation in org.apache.tomcat.util.net
 

Methods in org.apache.tomcat.util.net that return SSLImplementation
static SSLImplementation SSLImplementation.getInstance()
           
static SSLImplementation SSLImplementation.getInstance(String className)
           
 

Uses of SSLImplementation in org.apache.tomcat.util.net.jsse
 

Subclasses of SSLImplementation in org.apache.tomcat.util.net.jsse
 class JSSEImplementation
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.