Uses of Class
io.vertx.core.net.QuicConnectionClose
Packages that use QuicConnectionClose
-
Uses of QuicConnectionClose in io.vertx.core.net
Methods in io.vertx.core.net that return QuicConnectionCloseModifier and TypeMethodDescriptionQuicConnection.closePayload()QuicConnectionClose.setError(int error) Set the close error code.Set the close reasonMethods in io.vertx.core.net with parameters of type QuicConnectionCloseModifier and TypeMethodDescriptionQuicConnection.close(QuicConnectionClose payload) Close the connection, all associated streams will be closed before.QuicConnection.shutdown(Duration timeout, QuicConnectionClose payload) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight streams are processed, otherwise after atimeoutthe connection will be closed. -
Uses of QuicConnectionClose in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return QuicConnectionCloseMethods in io.vertx.reactivex.core.net with parameters of type QuicConnectionCloseModifier and TypeMethodDescriptionQuicConnection.close(QuicConnectionClose payload) Close the connection, all associated streams will be closed before.QuicConnection.rxClose(QuicConnectionClose payload) Close the connection, all associated streams will be closed before.QuicConnection.rxShutdown(Duration timeout, QuicConnectionClose payload) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight streams are processed, otherwise after atimeoutthe connection will be closed.QuicConnection.shutdown(Duration timeout, QuicConnectionClose payload) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight streams are processed, otherwise after atimeoutthe connection will be closed. -
Uses of QuicConnectionClose in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return QuicConnectionCloseMethods in io.vertx.rxjava3.core.net with parameters of type QuicConnectionCloseModifier and TypeMethodDescriptionQuicConnection.close(QuicConnectionClose payload) Close the connection, all associated streams will be closed before.QuicConnection.rxClose(QuicConnectionClose payload) Close the connection, all associated streams will be closed before.QuicConnection.rxShutdown(Duration timeout, QuicConnectionClose payload) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight streams are processed, otherwise after atimeoutthe connection will be closed.QuicConnection.shutdown(Duration timeout, QuicConnectionClose payload) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight streams are processed, otherwise after atimeoutthe connection will be closed.