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 |
---|---|
HttpServerOptions |
HttpServerOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
HttpClientOptions |
HttpClientOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
Modifier and Type | Method and Description |
---|---|
OpenSSLEngineOptions |
OpenSSLEngineOptions.clone() |
OpenSSLEngineOptions |
TCPSSLOptions.getOpenSslEngineOptions() |
OpenSSLEngineOptions |
OpenSSLEngineOptions.setSessionCacheEnabled(boolean sessionCacheEnabled)
Set whether session cache is enabled in open SSL session server context
|
Modifier and Type | Method and Description |
---|---|
static void |
OpenSSLEngineOptionsConverter.fromJson(JsonObject json,
OpenSSLEngineOptions obj) |
TCPSSLOptions |
TCPSSLOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
NetServerOptions |
NetServerOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
ClientOptionsBase |
ClientOptionsBase.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
static void |
OpenSSLEngineOptionsConverter.toJson(OpenSSLEngineOptions obj,
JsonObject json) |
Constructor and Description |
---|
OpenSSLEngineOptions(OpenSSLEngineOptions other) |
Copyright © 2018. All rights reserved.