Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
EventBusOptions |
EventBusOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
HttpServerOptions |
HttpServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
Modifier and Type | Class and Description |
---|---|
class |
JdkSSLEngineOptions
Configures a
TCPSSLOptions to use the JDK ssl engine implementation. |
class |
OpenSSLEngineOptions
Configures a
TCPSSLOptions to use OpenSsl. |
Modifier and Type | Field and Description |
---|---|
static SSLEngineOptions |
TCPSSLOptions.DEFAULT_SSL_ENGINE
The default SSL engine options = null (autoguess)
|
Modifier and Type | Method and Description |
---|---|
abstract SSLEngineOptions |
SSLEngineOptions.copy() |
SSLEngineOptions |
TCPSSLOptions.getSslEngineOptions() |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
NetClientOptions |
NetClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
NetServerOptions |
NetServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
TCPSSLOptions |
TCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions)
Set to use SSL engine implementation to use.
|
Copyright © 2022 Eclipse. All rights reserved.