Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.ext.shell.term | |
io.vertx.mqtt |
Modifier and Type | Field and Description |
---|---|
static ClientAuth |
EventBusOptions.DEFAULT_CLIENT_AUTH
Default value of whether client auth is required (SSL/TLS) = No
|
Modifier and Type | Method and Description |
---|---|
ClientAuth |
EventBusOptions.getClientAuth() |
Modifier and Type | Method and Description |
---|---|
EventBusOptions |
EventBusOptions.setClientAuth(ClientAuth clientAuth)
Set whether client auth is required
|
Modifier and Type | Method and Description |
---|---|
static ClientAuth |
ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuth[] |
ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpServerOptions |
HttpServerOptions.setClientAuth(ClientAuth clientAuth) |
Modifier and Type | Field and Description |
---|---|
static ClientAuth |
NetServerOptions.DEFAULT_CLIENT_AUTH
Default value of whether client auth is required (SSL/TLS) = No
|
Modifier and Type | Method and Description |
---|---|
ClientAuth |
NetServerOptions.getClientAuth() |
Modifier and Type | Method and Description |
---|---|
NetServerOptions |
NetServerOptions.setClientAuth(ClientAuth clientAuth)
Set whether client auth is required
|
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setClientAuth(ClientAuth clientAuth) |
Modifier and Type | Method and Description |
---|---|
MqttServerOptions |
MqttServerOptions.setClientAuth(ClientAuth clientAuth) |
Copyright © 2022 Eclipse. All rights reserved.