Specialized listener that accepts QUIC connections.
Properties Jump to heading
readonly
Jump to headingendpoint: QuicEndpoint
The endpoint for this listener.
Methods Jump to heading
Jump to headingincoming(): Promise<QuicIncoming>
Waits for and resolves to the next incoming connection.
Jump to headingaccept(): Promise<QuicConn>
Wait for the next incoming connection and accepts it.
Jump to headingstop(): void
Stops the listener. This does not close the endpoint.
Jump to heading[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>