Package | Description |
---|---|
io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
io.vertx.core.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
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 |
---|---|
TCPSSLOptions |
TCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions)
Set to use SSL engine implementation to use.
|
ClientOptionsBase |
ClientOptionsBase.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
NetServerOptions |
NetServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
NetClientOptions |
NetClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
Copyright © 2018 Eclipse. All rights reserved.