Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.protocol.ajp | |
io.undertow.server.protocol.http | |
io.undertow.server.protocol.http2 |
Modifier and Type | Class and Description |
---|---|
class |
BasicSSLSessionInfo
Basic SSL session information.
|
class |
ConnectionSSLSessionInfo
SSL session information that is read directly from the SSL session of the
XNIO connection
|
Modifier and Type | Method and Description |
---|---|
abstract SSLSessionInfo |
ServerConnection.getSslSessionInfo()
Gets SSL information about the connection.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ServerConnection.setSslSessionInfo(SSLSessionInfo sessionInfo)
Sets the current SSL information.
|
Modifier and Type | Method and Description |
---|---|
SSLSessionInfo |
AjpServerConnection.getSslSessionInfo() |
Modifier and Type | Method and Description |
---|---|
void |
AjpServerConnection.setSslSessionInfo(SSLSessionInfo sessionInfo) |
Modifier and Type | Method and Description |
---|---|
SSLSessionInfo |
HttpServerConnection.getSslSessionInfo() |
Modifier and Type | Method and Description |
---|---|
void |
HttpServerConnection.setSslSessionInfo(SSLSessionInfo sessionInfo) |
Modifier and Type | Method and Description |
---|---|
SSLSessionInfo |
Http2ServerConnection.getSslSessionInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Http2ServerConnection.setSslSessionInfo(SSLSessionInfo sessionInfo) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.