Uses of Interface
org.apache.tomcat.util.net.SSLSupport

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

Uses of SSLSupport in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as SSLSupport
protected  SSLSupport DefaultProcessorTask.sslSupport
          SSL information.
 

Methods in com.sun.enterprise.web.connector.grizzly that return SSLSupport
 SSLSupport DefaultProcessorTask.getSSLSupport()
          Return the SSLSupport object used by this instance.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type SSLSupport
 void DefaultProcessorTask.setSSLSupport(SSLSupport sslSupport)
          Set the SSLSupport object used by this instance.
 

Uses of SSLSupport in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as SSLSupport
protected  SSLSupport Http11Processor.sslSupport
          SSL information.
 

Methods in org.apache.coyote.http11 with parameters of type SSLSupport
 void Http11Processor.setSSLSupport(SSLSupport sslSupport)
          Set the SSL information for this HTTP connection.
 

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

Methods in org.apache.tomcat.util.net that return SSLSupport
abstract  SSLSupport SSLImplementation.getSSLSupport(Socket sock)
           
abstract  SSLSupport SSLImplementation.getSSLSupport(SSLEngine sslEngine)
           
 

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

Methods in org.apache.tomcat.util.net.jsse that return SSLSupport
 SSLSupport JSSE14Factory.getSSLSupport(Socket socket)
           
 SSLSupport JSSEImplementation.getSSLSupport(Socket s)
           
 SSLSupport JSSE14Factory.getSSLSupport(SSLEngine sslEngine)
           
 SSLSupport JSSEImplementation.getSSLSupport(SSLEngine sslEngine)
           
 



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