class Deno.QuicEndpoint
unstable
new
QuicEndpoint(options?: QuicEndpointOptions)Create a QUIC endpoint which may be used for client or server connections.
Requires allow-net permission.
close(info?: QuicCloseInfo): voidCloses the endpoint. All associated connections will be closed and incoming connections will be rejected.
listen(options: QuicListenOptions): QuicListenerListen announces on the local transport address over QUIC.