WebCola
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
TLSSocket
Certificate
Cipher
Name
And
Protocol
Clear
Text
Stream
Connection
Options
Secure
Context
Secure
Context
Options
Secure
Pair
Server
Tls
Options
CLIENT_
RENEG_
LIMIT
CLIENT_
RENEG_
WINDOW
connect
create
Secure
Context
create
Secure
Pair
create
Server
Index
Classes
TLSSocket
Interfaces
Certificate
Cipher
Name
And
Protocol
Clear
Text
Stream
Connection
Options
Secure
Context
Secure
Context
Options
Secure
Pair
Server
Tls
Options
Variables
CLIENT_
RENEG_
LIMIT
CLIENT_
RENEG_
WINDOW
Functions
connect
create
Secure
Context
create
Secure
Pair
create
Server
Variables
CLIENT_
RENEG_
LIMIT
CLIENT_
RENEG_
LIMIT
:
number
CLIENT_
RENEG_
WINDOW
CLIENT_
RENEG_
WINDOW
:
number
Functions
connect
connect
(
options
:
ConnectionOptions
, secureConnectionListener
?:
function
)
:
ClearTextStream
connect
(
port
:
number
, host
?:
string
, options
?:
ConnectionOptions
, secureConnectListener
?:
function
)
:
ClearTextStream
connect
(
port
:
number
, options
?:
ConnectionOptions
, secureConnectListener
?:
function
)
:
ClearTextStream
Parameters
options:
ConnectionOptions
Optional
secureConnectionListener:
function
(
)
:
void
Returns
void
Returns
ClearTextStream
Parameters
port:
number
Optional
host:
string
Optional
options:
ConnectionOptions
Optional
secureConnectListener:
function
(
)
:
void
Returns
void
Returns
ClearTextStream
Parameters
port:
number
Optional
options:
ConnectionOptions
Optional
secureConnectListener:
function
(
)
:
void
Returns
void
Returns
ClearTextStream
create
Secure
Context
create
Secure
Context
(
details
:
SecureContextOptions
)
:
SecureContext
Parameters
details:
SecureContextOptions
Returns
SecureContext
create
Secure
Pair
create
Secure
Pair
(
credentials
?:
Credentials
, isServer
?:
boolean
, requestCert
?:
boolean
, rejectUnauthorized
?:
boolean
)
:
SecurePair
Parameters
Optional
credentials:
Credentials
Optional
isServer:
boolean
Optional
requestCert:
boolean
Optional
rejectUnauthorized:
boolean
Returns
SecurePair
create
Server
create
Server
(
options
:
TlsOptions
, secureConnectionListener
?:
function
)
:
Server
Parameters
options:
TlsOptions
Optional
secureConnectionListener:
function
(
cleartextStream
:
ClearTextStream
)
:
void
Parameters
cleartextStream:
ClearTextStream
Returns
void
Returns
Server
Generated using
TypeDoc