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.setTrustOptions(TrustOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setTrustOptions(TrustOptions options) |
HttpServerOptions |
HttpServerOptions.setTrustOptions(TrustOptions 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 |
PemTrustOptions
Certificate Authority options configuring certificates 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 |
---|---|
TrustOptions |
TrustOptions.clone() |
TrustOptions |
TCPSSLOptions.getTrustOptions() |
Modifier and Type | Method and Description |
---|---|
TCPSSLOptions |
TCPSSLOptions.setTrustOptions(TrustOptions options)
Set the trust options.
|
ClientOptionsBase |
ClientOptionsBase.setTrustOptions(TrustOptions options) |
NetServerOptions |
NetServerOptions.setTrustOptions(TrustOptions options) |
NetClientOptions |
NetClientOptions.setTrustOptions(TrustOptions options) |
Copyright © 2018 Eclipse. All rights reserved.