| Modifier and Type | Method and Description |
|---|---|
static TlsServerConnector.ClientAuthMode |
TlsServerConnector.ClientAuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsServerConnector.ClientAuthMode[] |
TlsServerConnector.ClientAuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TlsServerConnector(SSLContext sslContext,
TlsServerConnector.ClientAuthMode clientAuthMode,
InetSocketAddress socketAddress,
int numberOfThreads,
int idleTimeout)
Initializes SSLEngine with specified SSL engine and client authentication
mode.
|
TlsServerConnector(SSLContext sslContext,
TlsServerConnector.ClientAuthMode clientAuthMode,
InetSocketAddress socketAddress,
int numberOfThreads,
int handshakeTimeoutMillis,
int idleTimeout)
Initializes SSLEngine with specified SSL engine, client authentication
mode, and handshake timeout.
|
Copyright © 2021 Eclipse Foundation. All rights reserved.