| Package | Description |
|---|---|
| io.undertow.server | |
| org.xnio |
The main API package for XNIO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLSessionInfo.renegotiate(HttpServerExchange exchange,
SslClientAuthMode sslClientAuthMode)
Renegotiate in a blocking manner.
|
void |
ConnectionSSLSessionInfo.renegotiate(HttpServerExchange exchange,
SslClientAuthMode sslClientAuthMode) |
void |
BasicSSLSessionInfo.renegotiate(HttpServerExchange exchange,
SslClientAuthMode sslClientAuthMode) |
void |
ConnectionSSLSessionInfo.renegotiateBufferRequest(HttpServerExchange exchange,
SslClientAuthMode newAuthMode) |
void |
ConnectionSSLSessionInfo.renegotiateNoRequest(HttpServerExchange exchange,
SslClientAuthMode newAuthMode) |
| Modifier and Type | Field and Description |
|---|---|
static Option<SslClientAuthMode> |
Options.SSL_CLIENT_AUTH_MODE
Specify the SSL client authentication mode.
|
| Modifier and Type | Method and Description |
|---|---|
static SslClientAuthMode |
SslClientAuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslClientAuthMode[] |
SslClientAuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.