DenoDeno.QuicListenerinterface Deno.QuicListenerextends AsyncIterable<QuicConn>unstableSpecialized listener that accepts QUIC connections. Properties #readonly#endpoint: QuicEndpointThe endpoint for this listener. Methods ##incoming(): Promise<QuicIncoming>Waits for and resolves to the next incoming connection. #accept(): Promise<QuicConn>Wait for the next incoming connection and accepts it. #stop(): voidStops the listener. This does not close the endpoint. #[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>
interface Deno.QuicListenerextends AsyncIterable<QuicConn>unstableSpecialized listener that accepts QUIC connections. Properties #readonly#endpoint: QuicEndpointThe endpoint for this listener. Methods ##incoming(): Promise<QuicIncoming>Waits for and resolves to the next incoming connection. #accept(): Promise<QuicConn>Wait for the next incoming connection and accepts it. #stop(): voidStops the listener. This does not close the endpoint. #[[Symbol.asyncIterator]](): AsyncIterableIterator<QuicConn>