| 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 |
Http11Processor.sslSupport
SSL information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http11Processor.setSSLSupport(SSLSupport sslSupport)
Set the SSL information for this HTTP connection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SSLSupport |
SSLImplementation.getSSLSupport(Socket sock) |
abstract SSLSupport |
SSLImplementation.getSSLSupport(SSLEngine sslEngine) |
| Modifier and Type | Method and Description |
|---|---|
SSLSupport |
JSSE14Factory.getSSLSupport(Socket socket) |
SSLSupport |
JSSEImplementation.getSSLSupport(Socket s) |
SSLSupport |
JSSE14Factory.getSSLSupport(SSLEngine sslEngine) |
SSLSupport |
JSSEImplementation.getSSLSupport(SSLEngine sslEngine) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.