ConnectionOptions | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConnectionOptions

Index

Properties

Optional ALPNProtocols

ALPNProtocols: (string | Buffer)[]

Optional NPNProtocols

NPNProtocols: (string | Buffer)[]

Optional ca

ca: string | Buffer | (string | Buffer)[]

Optional cert

cert: string | string[] | Buffer | Buffer[]

Optional checkServerIdentity

checkServerIdentity: function

Type declaration

    • (servername: string, cert: string | Buffer | (string | Buffer)[]): any
    • Parameters

      • servername: string
      • cert: string | Buffer | (string | Buffer)[]

      Returns any

Optional host

host: string

Optional key

key: string | string[] | Buffer | Buffer[]

Optional minDHSize

minDHSize: number

Optional passphrase

passphrase: string

Optional path

path: string

Optional pfx

pfx: string | Buffer

Optional port

port: number

Optional rejectUnauthorized

rejectUnauthorized: boolean

Optional secureContext

secureContext: Object

Optional secureProtocol

secureProtocol: string

Optional servername

servername: string

Optional session

session: Buffer

Optional socket

socket: Socket

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc