class Deno.QuicEndpoint
unstable
Constructors Jump to heading
new
Jump to headingQuicEndpoint(options?: QuicEndpointOptions)Create a QUIC endpoint which may be used for client or server connections.
Requires allow-net permission.
Properties Jump to heading
readonly
Jump to headingaddr: NetAddrReturn the address of the QuicListener.
Methods Jump to heading
Jump to headingclose(info?: QuicCloseInfo): voidCloses the endpoint. All associated connections will be closed and incoming connections will be rejected.
Jump to headinglisten(options: QuicListenOptions): QuicListenerListen announces on the local transport address over QUIC.