Specialized listener that accepts QUIC connections.
Properties Jump to heading
readonly
Jump to headingendpoint: QuicEndpointThe 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(): voidStops the listener. This does not close the endpoint.
Jump to heading[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>