Uses of Class
io.vertx.core.net.ServerSSLOptions
Packages that use ServerSSLOptions
Package
Description
-
Uses of ServerSSLOptions in io.vertx.core
Methods in io.vertx.core with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptiondefault HttpServerVertx.createHttpServer(HttpServerConfig config, ServerSSLOptions sslOptions) Create an HTTP server using the specified config and the specifiedsslOptionsdefault HttpServerVertx.createHttpServer(ServerSSLOptions sslOptions) Create an HTTP server using default config and the specifiedsslOptions.Vertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl optionsdefault QuicServerVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server.default QuicServerVertx.createQuicServer(ServerSSLOptions sslOptions) LikeVertx.createQuicServer(QuicServerConfig, ServerSSLOptions), with the default server configuration. -
Uses of ServerSSLOptions in io.vertx.core.http
Methods in io.vertx.core.http that return ServerSSLOptionsModifier and TypeMethodDescriptionprotected ServerSSLOptionsHttpServerOptions.createSSLOptions()Methods in io.vertx.core.http with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionHttpServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServerBuilder.with(ServerSSLOptions options) Configure the server with the given SSLoptions. -
Uses of ServerSSLOptions in io.vertx.core.net
Methods in io.vertx.core.net that return ServerSSLOptionsModifier and TypeMethodDescriptionServerSSLOptions.addCrlPath(String crlPath) ServerSSLOptions.addCrlValue(Buffer crlValue) ServerSSLOptions.addEnabledCipherSuite(String suite) ServerSSLOptions.addEnabledSecureTransportProtocol(String protocol) ServerSSLOptions.copy()protected ServerSSLOptionsNetServerOptions.createSSLOptions()protected ServerSSLOptionsNetServerOptions.getOrCreateSSLOptions()NetServerOptions.getSslOptions()ServerSSLOptions.removeEnabledCipherSuite(String suite) ServerSSLOptions.removeEnabledSecureTransportProtocol(String protocol) ServerSSLOptions.setApplicationLayerProtocols(List<String> protocols) ServerSSLOptions.setClientAuth(ClientAuth clientAuth) Set whether client auth is requiredServerSSLOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) ServerSSLOptions.setKeyCertOptions(KeyCertOptions options) ServerSSLOptions.setSni(boolean sni) Set whether the server supports Server Name IndiciationServerSSLOptions.setSslHandshakeTimeout(long sslHandshakeTimeout) ServerSSLOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit) ServerSSLOptions.setTrustOptions(TrustOptions options) ServerSSLOptions.setUseAlpn(boolean useAlpn) ServerSSLOptions.setUseHybridKeyExchangeProtocol(boolean useHybridKeyExchangeProtocol) Methods in io.vertx.core.net with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionNetServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server 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 ServerSSLOptions -
Uses of ServerSSLOptions in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionVertx.createHttpServer(HttpServerConfig config, ServerSSLOptions sslOptions) Create an HTTP server using the specified config and the specifiedsslOptionsVertx.createHttpServer(ServerSSLOptions sslOptions) Create an HTTP server using default config and the specifiedsslOptions.Vertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl optionsVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server.Vertx.createQuicServer(ServerSSLOptions sslOptions) LikeVertx.createQuicServer(QuicServerConfig, ServerSSLOptions), with the default server configuration. -
Uses of ServerSSLOptions in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionHttpServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServerBuilder.with(ServerSSLOptions options) Configure the server with the given SSLoptions. -
Uses of ServerSSLOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionNetServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object. -
Uses of ServerSSLOptions in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionVertx.createHttpServer(HttpServerConfig config, ServerSSLOptions sslOptions) Create an HTTP server using the specified config and the specifiedsslOptionsVertx.createHttpServer(ServerSSLOptions sslOptions) Create an HTTP server using default config and the specifiedsslOptions.Vertx.createNetServer(TcpServerConfig config, ServerSSLOptions sslOptions) Create a TCP/SSL server using the specified config and the specified ssl optionsVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server.Vertx.createQuicServer(ServerSSLOptions sslOptions) LikeVertx.createQuicServer(QuicServerConfig, ServerSSLOptions), with the default server configuration. -
Uses of ServerSSLOptions in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionHttpServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.HttpServerBuilder.with(ServerSSLOptions options) Configure the server with the given SSLoptions. -
Uses of ServerSSLOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type ServerSSLOptionsModifier and TypeMethodDescriptionNetServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.rxUpdateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.rxUpdateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.NetServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.QuicServer.updateSSLOptions(ServerSSLOptions options, boolean force) Update the server with new SSLoptions, the update happens if the options object is valid and different from the existing options object.