Uses of Class
io.vertx.core.http.ClientAuth
-
Packages that use ClientAuth Package Description io.vertx.core.eventbus io.vertx.core.http io.vertx.core.net io.vertx.ext.shell.term io.vertx.mqtt -
-
Uses of ClientAuth in io.vertx.core.eventbus
Fields in io.vertx.core.eventbus declared as ClientAuth Modifier and Type Field Description static ClientAuth
EventBusOptions. DEFAULT_CLIENT_AUTH
Default value of whether client auth is required (SSL/TLS) = NoMethods in io.vertx.core.eventbus that return ClientAuth Modifier and Type Method Description ClientAuth
EventBusOptions. getClientAuth()
Methods in io.vertx.core.eventbus with parameters of type ClientAuth Modifier and Type Method Description EventBusOptions
EventBusOptions. setClientAuth(ClientAuth clientAuth)
Set whether client auth is required -
Uses of ClientAuth in io.vertx.core.http
Methods in io.vertx.core.http that return ClientAuth Modifier and Type Method 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.Methods in io.vertx.core.http with parameters of type ClientAuth Modifier and Type Method Description HttpServerOptions
HttpServerOptions. setClientAuth(ClientAuth clientAuth)
-
Uses of ClientAuth in io.vertx.core.net
Fields in io.vertx.core.net declared as ClientAuth Modifier and Type Field Description static ClientAuth
ServerSSLOptions. DEFAULT_CLIENT_AUTH
Default value of whether client auth is required (SSL/TLS) = NoMethods in io.vertx.core.net that return ClientAuth Modifier and Type Method Description ClientAuth
NetServerOptions. getClientAuth()
ClientAuth
ServerSSLOptions. getClientAuth()
Methods in io.vertx.core.net with parameters of type ClientAuth Modifier and Type Method Description NetServerOptions
NetServerOptions. setClientAuth(ClientAuth clientAuth)
Set whether client auth is requiredServerSSLOptions
ServerSSLOptions. setClientAuth(ClientAuth clientAuth)
Set whether client auth is required -
Uses of ClientAuth in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type ClientAuth Modifier and Type Method Description HttpTermOptions
HttpTermOptions. setClientAuth(ClientAuth clientAuth)
-
Uses of ClientAuth in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type ClientAuth Modifier and Type Method Description MqttServerOptions
MqttServerOptions. setClientAuth(ClientAuth clientAuth)
-