Skip to main content

QuicListener

interface Deno.QuicListener
extends AsyncIterable<QuicConn>
unstable

Specialized listener that accepts QUIC connections.

Properties Jump to heading

The endpoint for this listener.

Waits for and resolves to the next incoming connection.

Wait for the next incoming connection and accepts it.

Stops the listener. This does not close the endpoint.

Back to top