Specialized listener that accepts QUIC connections.
readonly
endpoint: QuicEndpoint
The endpoint for this listener.
incoming(): Promise<QuicIncoming>
Waits for and resolves to the next incoming connection.
stop(): void
Stops the listener. This does not close the endpoint.
[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>