| Package | Description |
|---|---|
| io.vertx.amqpbridge | |
| io.vertx.core.eventbus | |
| io.vertx.core.http | |
| io.vertx.core.net | |
| io.vertx.ext.consul | |
| io.vertx.ext.shell.term | |
| io.vertx.mqtt |
| Modifier and Type | Method and Description |
|---|---|
AmqpBridgeOptions |
AmqpBridgeOptions.setPemTrustOptions(PemTrustOptions options) |
| Modifier and Type | Method and Description |
|---|---|
EventBusOptions |
EventBusOptions.setPemTrustOptions(PemTrustOptions options) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientOptions |
HttpClientOptions.setPemTrustOptions(PemTrustOptions options) |
HttpServerOptions |
HttpServerOptions.setPemTrustOptions(PemTrustOptions options) |
| Modifier and Type | Method and Description |
|---|---|
PemTrustOptions |
PemTrustOptions.addCertPath(String certPath)
Add a certificate path
|
PemTrustOptions |
PemTrustOptions.addCertValue(Buffer certValue)
Add a certificate value
|
PemTrustOptions |
PemTrustOptions.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PemTrustOptionsConverter.fromJson(JsonObject json,
PemTrustOptions obj) |
NetClientOptions |
NetClientOptions.setPemTrustOptions(PemTrustOptions options) |
NetServerOptions |
NetServerOptions.setPemTrustOptions(PemTrustOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPemTrustOptions(PemTrustOptions options)
Set the trust options in pem format
|
static void |
PemTrustOptionsConverter.toJson(PemTrustOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
PemTrustOptions(PemTrustOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
PemTrustOptions |
ConsulClientOptions.getPemTrustOptions()
Get the trust options.
|
| Modifier and Type | Method and Description |
|---|---|
ConsulClientOptions |
ConsulClientOptions.setPemTrustOptions(PemTrustOptions pemTrustOptions)
Set the trust options.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTermOptions |
HttpTermOptions.setPemTrustOptions(PemTrustOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPemTrustOptions(PemTrustOptions options) |
| Modifier and Type | Method and Description |
|---|---|
MqttServerOptions |
MqttServerOptions.setPemTrustOptions(PemTrustOptions options) |
Copyright © 2017. All rights reserved.