interface Deno.QuicListener
extends AsyncIterable<QuicConn>
unstable
Specialized listener that accepts QUIC connections.
Properties #
#endpoint: QuicEndpoint
readonly
The endpoint for this listener.
Methods #
#incoming(): Promise<QuicIncoming>
Waits for and resolves to the next incoming connection.
#[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>