Skip to main content
interface Deno.TlsListener
implements Listener, AsyncIterable<TlsConn>

Specialized listener that accepts TLS connections.

Methods

accept(): Promise<TlsConn>

Waits for a TLS client to connect and accepts the connection.

[[Symbol.asyncIterator]](): AsyncIterableIterator<TlsConn>