Package | Description |
---|---|
org.apache.coyote.http11 | |
org.apache.tomcat.util.net | |
org.apache.tomcat.util.net.jsse |
Modifier and Type | Field and Description |
---|---|
protected SSLSupport |
Http11AbstractProcessor.sslSupport
SSL information.
|
protected SSLSupport |
Http11Processor.sslSupport
SSL information.
|
Modifier and Type | Method and Description |
---|---|
SSLSupport |
Http11AbstractProcessor.getSSLSupport()
Getter for sslSupport
|
Modifier and Type | Method and Description |
---|---|
void |
Http11AbstractProcessor.setSSLSupport(SSLSupport sslSupport)
Setter for the sslSupport
|
void |
Http11Processor.setSSLSupport(SSLSupport sslSupport)
Set the SSL information for this HTTP connection.
|
Modifier and Type | Method and Description |
---|---|
abstract SSLSupport |
SSLImplementation.getSSLSupport(SSLSession session) |
Modifier and Type | Method and Description |
---|---|
SSLSupport |
NioJSSEImplementation.getSSLSupport(NioChannel channel) |
SSLSupport |
JSSEImplementation.getSSLSupport(Socket s) |
SSLSupport |
JSSEFactory.getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.
|
SSLSupport |
JSSEImplementation.getSSLSupport(SSLSession session) |
SSLSupport |
NioJSSEImplementation.getSSLSupport(SSLSession session) |
SSLSupport |
JSSEFactory.getSSLSupport(SSLSession session) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.