| Package | Description |
|---|---|
| org.apache.tomcat.jni.socket |
| Modifier and Type | Field and Description |
|---|---|
private AprSocketContext |
AprSocket.context |
| Modifier and Type | Method and Description |
|---|---|
AprSocketContext |
AprSocket.getContext() |
AprSocketContext |
AprSocketContext.setKeys(java.lang.String certPemFile,
java.lang.String keyDerFile)
Set certificate, will also enable TLS mode.
|
AprSocketContext |
AprSocketContext.setTls()
All accepted/connected sockets will start handshake automatically.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) AprSocket |
AprSocketContext.newSocket(AprSocketContext context) |
| Constructor and Description |
|---|
AprSocket(AprSocketContext context) |