Uses of Class
io.vertx.core.net.ClientSSLOptions
-
Packages that use ClientSSLOptions Package Description io.vertx.core.http io.vertx.core.net -
-
Uses of ClientSSLOptions in io.vertx.core.http
Methods in io.vertx.core.http that return ClientSSLOptions Modifier and Type Method Description ClientSSLOptionsHttpConnectOptions. getSslOptions()Methods in io.vertx.core.http with parameters of type ClientSSLOptions Modifier and Type Method Description HttpConnectOptionsHttpConnectOptions. setSslOptions(ClientSSLOptions sslOptions)Set the SSL options to use.RequestOptionsRequestOptions. setSslOptions(ClientSSLOptions sslOptions)WebSocketConnectOptionsWebSocketConnectOptions. setSslOptions(ClientSSLOptions sslOptions)default Future<Boolean>HttpClientAgent. updateSSLOptions(ClientSSLOptions options)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.Future<Boolean>HttpClientAgent. updateSSLOptions(ClientSSLOptions options, boolean force)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.default Future<Boolean>WebSocketClient. updateSSLOptions(ClientSSLOptions options)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.Future<Boolean>WebSocketClient. updateSSLOptions(ClientSSLOptions options, boolean force)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of ClientSSLOptions in io.vertx.core.net
Methods in io.vertx.core.net that return ClientSSLOptions Modifier and Type Method Description ClientSSLOptionsClientSSLOptions. copy()protected ClientSSLOptionsClientOptionsBase. getOrCreateSSLOptions()ClientSSLOptionsClientOptionsBase. getSslOptions()ClientSSLOptionsConnectOptions. getSslOptions()ClientSSLOptionsClientSSLOptions. setApplicationLayerProtocols(List<String> protocols)ClientSSLOptionsClientSSLOptions. setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols)ClientSSLOptionsClientSSLOptions. setHostnameVerificationAlgorithm(String hostnameVerificationAlgorithm)Set the hostname verification algorithm intervalClientSSLOptionsClientSSLOptions. setKeyCertOptions(KeyCertOptions options)ClientSSLOptionsClientSSLOptions. setSslHandshakeTimeout(long sslHandshakeTimeout)ClientSSLOptionsClientSSLOptions. setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit)ClientSSLOptionsClientSSLOptions. setTrustAll(boolean trustAll)Set whether all server certificates should be trustedClientSSLOptionsClientSSLOptions. setTrustOptions(TrustOptions options)ClientSSLOptionsClientSSLOptions. setUseAlpn(boolean useAlpn)Methods in io.vertx.core.net with parameters of type ClientSSLOptions Modifier and Type Method Description ConnectOptionsConnectOptions. setSslOptions(ClientSSLOptions sslOptions)Set the SSL options to use.default Future<Boolean>NetClient. updateSSLOptions(ClientSSLOptions options)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.Future<Boolean>NetClient. updateSSLOptions(ClientSSLOptions options, boolean force)Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.Constructors in io.vertx.core.net with parameters of type ClientSSLOptions Constructor Description ClientSSLOptions(ClientSSLOptions other)Copy constructor
-