Skip to main content

Interface: TLSSocketOpenInfo

Information about an opened TLS socket connection.

Properties

alpn

alpn: string

The ALPN protocol negotiated during the TLS handshake, or null.


localAddress

localAddress: string


localPort

localPort: number


readable

readable: ReadableStream<Uint8Array>


remoteAddress

remoteAddress: string


remotePort

remotePort: number


writable

writable: WritableStream<Uint8Array>