Uses of Interface
io.vertx.core.net.QuicStream
Packages that use QuicStream
-
Uses of QuicStream in io.vertx.core.net
Methods in io.vertx.core.net that return QuicStreamModifier and TypeMethodDescriptionQuicStream.closeHandler(Handler<Void> handler) Set a handler called when the stream is closed.QuicStream.drainHandler(Handler<Void> handler) QuicStream.endHandler(Handler<Void> endHandler) QuicStream.exceptionHandler(Handler<Throwable> handler) Set an exception handling, catching stream exceptions.QuicStream.fetch(long amount) Set the handler signaled with the data events the remote peer has sent.QuicStream.pause()QuicStream.resetHandler(Handler<Long> handler) Set a handler called upon stream reset: when a stream receives a reset frame from its peer, this handler is called.QuicStream.resume()QuicStream.setWriteQueueMaxSize(int maxSize) QuicStream.shutdownHandler(Handler<Duration> handler) Set a handler called when the stream is shutdown or closedMethods in io.vertx.core.net that return types with arguments of type QuicStreamModifier and TypeMethodDescriptiondefault Future<QuicStream> QuicConnection.openStream()Open a bidirectional stream to the remote endpoint.QuicConnection.openStream(boolean bidirectional) Open a stream to the remote endpoint withbidirectional parameterspecifying its directionality.Method parameters in io.vertx.core.net with type arguments of type QuicStreamModifier and TypeMethodDescriptionQuicConnection.streamHandler(Handler<QuicStream> handler) Set a handler processing incoming Quic streams.default QuicServerQuicServer.streamHandler(Handler<QuicStream> handler) Set a handler processing incoming Quic streams, this is a short-cut ofserver.connectHandler(connection -> connection.streamHandler(stream)). -
Uses of QuicStream in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return QuicStreamMethods in io.vertx.reactivex.core.net with parameters of type QuicStreamConstructors in io.vertx.reactivex.core.net with parameters of type QuicStream -
Uses of QuicStream in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return QuicStreamMethods in io.vertx.rxjava3.core.net with parameters of type QuicStreamConstructors in io.vertx.rxjava3.core.net with parameters of type QuicStream