Uses of Class
io.vertx.core.net.QuicConnectOptions
Packages that use QuicConnectOptions
-
Uses of QuicConnectOptions in io.vertx.core.net
Methods in io.vertx.core.net that return QuicConnectOptionsModifier and TypeMethodDescriptionQuicConnectOptions.setQLogConfig(QLogConfig config) Set a QLof config to connect with, if none is set, the client one is used.QuicConnectOptions.setSslOptions(ClientSSLOptions sslOptions) Set the SSL to connect with, if none is set, the client one is used.QuicConnectOptions.setTimeout(Duration timeout) Override the client connect timeout.Methods in io.vertx.core.net with parameters of type QuicConnectOptionsModifier and TypeMethodDescriptiondefault Future<QuicConnection> QuicClient.connect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.QuicClient.connect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.Constructors in io.vertx.core.net with parameters of type QuicConnectOptions -
Uses of QuicConnectOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type QuicConnectOptionsModifier and TypeMethodDescriptionQuicClient.connect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.QuicClient.connect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.QuicClient.rxConnect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.QuicClient.rxConnect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions. -
Uses of QuicConnectOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type QuicConnectOptionsModifier and TypeMethodDescriptionQuicClient.connect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.QuicClient.connect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.QuicClient.rxConnect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.QuicClient.rxConnect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.