Uses of Interface
io.vertx.core.net.QuicConnection
Packages that use QuicConnection
-
Uses of QuicConnection in io.vertx.core.net
Methods in io.vertx.core.net that return QuicConnectionModifier and TypeMethodDescriptionQuicConnection.closeHandler(Handler<Void> handler) Set a handler called when the connection is closed.QuicStream.connection()QuicConnection.datagramHandler(Handler<Buffer> handler) Set a handler called with the datagram addressed to this connection.QuicConnection.shutdownHandler(Handler<Duration> handler) Set ahandlernotified when the connection is shutdown: the client or server will close the connection within a certain amount of time.QuicConnection.streamHandler(Handler<QuicStream> handler) Set a handler processing incoming Quic streams.Methods in io.vertx.core.net that return types with arguments of type QuicConnectionModifier and TypeMethodDescriptiondefault Future<QuicConnection> Connect to a Quic server at the specificportandhost.default Future<QuicConnection> QuicClient.connect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.default Future<QuicConnection> QuicClient.connect(SocketAddress address) Connect to a Quic server.QuicClient.connect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.Method parameters in io.vertx.core.net with type arguments of type QuicConnectionModifier and TypeMethodDescriptionQuicServer.connectHandler(Handler<QuicConnection> handler) Set the handler processingQuicConnection, the handler must be set before the server is bound. -
Uses of QuicConnection in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return QuicConnectionMethods in io.vertx.reactivex.core.net with parameters of type QuicConnectionModifier and TypeMethodDescriptionstatic QuicConnectionQuicConnection.newInstance(QuicConnection arg) Constructors in io.vertx.reactivex.core.net with parameters of type QuicConnection -
Uses of QuicConnection in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return QuicConnectionMethods in io.vertx.rxjava3.core.net with parameters of type QuicConnectionModifier and TypeMethodDescriptionstatic QuicConnectionQuicConnection.newInstance(QuicConnection arg) Constructors in io.vertx.rxjava3.core.net with parameters of type QuicConnection