Package | Description |
---|---|
io.vertx.amqpbridge | |
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.ext.shell.term |
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 |
---|---|
NetClientOptions |
NetClientOptions.setPemTrustOptions(PemTrustOptions options) |
NetServerOptions |
NetServerOptions.setPemTrustOptions(PemTrustOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPemTrustOptions(PemTrustOptions options)
Set the trust options in pem format
|
Constructor and Description |
---|
PemTrustOptions(PemTrustOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setPemTrustOptions(PemTrustOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPemTrustOptions(PemTrustOptions options) |
Copyright © 2016. All rights reserved.