| Package | Description |
|---|---|
| io.vertx.amqpbridge | |
| io.vertx.core.http | |
| io.vertx.core.net |
| Modifier and Type | Method and Description |
|---|---|
AmqpBridgeOptions |
AmqpBridgeOptions.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 |
|---|---|
SSLEngineOptions |
JdkSSLEngineOptions.clone() |
abstract SSLEngineOptions |
SSLEngineOptions.clone() |
SSLEngineOptions |
TCPSSLOptions.getSslEngineOptions() |
| Modifier and Type | Method and Description |
|---|---|
NetServerOptions |
NetServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
TCPSSLOptions |
TCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions)
Set to use SSL engine implementation to use.
|
Copyright © 2016. All rights reserved.