Skip to main content

Interface: TLSSocketOpenInfo

Information about an opened TLS socket connection.

Properties

alpn

alpn: string | null

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


localAddress

localAddress: string


localPort

localPort: number


readable

readable: ReadableStream<Uint8Array<ArrayBufferLike>>


remoteAddress

remoteAddress: string


remotePort

remotePort: number


writable

writable: WritableStream<Uint8Array<ArrayBufferLike>>