Package | Description |
---|---|
io.vertx.core.eventbus |
== The Event Bus
:toc: left
The
event bus is the *nervous system* of Vert.x. |
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 |
---|---|
EventBusOptions |
EventBusOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpServerOptions |
HttpServerOptions.setKeyCertOptions(KeyCertOptions options) |
HttpClientOptions |
HttpClientOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
class |
PemKeyCertOptions
Key store options configuring a list of private key and its certificate based on
Privacy-enhanced Electronic Email (PEM) files.
|
class |
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
Modifier and Type | Method and Description |
---|---|
KeyCertOptions |
KeyCertOptions.clone() |
KeyCertOptions |
TCPSSLOptions.getKeyCertOptions() |
Modifier and Type | Method and Description |
---|---|
NetClientOptions |
NetClientOptions.setKeyCertOptions(KeyCertOptions options) |
TCPSSLOptions |
TCPSSLOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
NetServerOptions |
NetServerOptions.setKeyCertOptions(KeyCertOptions options) |
ClientOptionsBase |
ClientOptionsBase.setKeyCertOptions(KeyCertOptions options) |
Copyright © 2018. All rights reserved.