Uses of Class
io.vertx.mutiny.core.net.QuicEndpoint
Packages that use QuicEndpoint
-
Uses of QuicEndpoint in io.vertx.mutiny.core.net
Subclasses of QuicEndpoint in io.vertx.mutiny.core.netFields in io.vertx.mutiny.core.net with type parameters of type QuicEndpointMethods in io.vertx.mutiny.core.net that return QuicEndpointModifier and TypeMethodDescriptionQuicEndpoint.bindAndForget(io.vertx.core.net.SocketAddress address) Binds a UDP socket at the givenaddress.QuicEndpoint.closeAndForget()Close the endpoint and release all associated resources.static QuicEndpointQuicEndpoint.newInstance(io.vertx.core.net.QuicEndpoint delegate) Creates a new instance of theQuicEndpoint.QuicEndpoint.shutdownAndForget()Shutdown the endpoint with a 30 seconds grace period (shutdown(30, TimeUnit.SECONDS)).QuicEndpoint.shutdownAndForget(Duration timeout) Initiate the endpoint shutdown sequence.