Preparing search index...
The search index is not available
aws-crt
aws-crt
io
SocketOptions
Class SocketOptions
Standard Berkeley socket style options.
nodejs only.
Hierarchy
NativeResource
SocketOptions
Index
Constructors
constructor
Constructors
constructor
new
Socket
Options
(
type
?
,
domain
?
,
connect_timeout_ms
?
,
keepalive
?
,
keep_alive_interval_sec
?
,
keep_alive_timeout_sec
?
,
keep_alive_max_failed_probes
?
)
:
SocketOptions
Parameters
type
:
SocketType
= SocketType.STREAM
domain
:
SocketDomain
= SocketDomain.IPV6
connect_timeout_ms
:
number
= 5000
keepalive
:
boolean
= false
keep_alive_interval_sec
:
number
= 0
keep_alive_timeout_sec
:
number
= 0
keep_alive_max_failed_probes
:
number
= 0
Returns
SocketOptions
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
aws-
crt
auth
checksums
crt
crypto
error
http
io
error_
code_
to_
string
error_
code_
to_
name
enable_
logging
is_
alpn_
available
Log
Level
Input
Stream
Client
Bootstrap
Socket
Options
Pkcs12
Options
Tls
Context
Options
Tls
Context
Options
Tls
Context
Client
Tls
Context
Server
Tls
Context
Tls
Connection
Options
Pkcs11
Lib
Pkcs11
Lib
Tls
Version
Socket
Type
Socket
Domain
iot
mqtt
mqtt5
binding
event
platform
resource_
safety
Generated using
TypeDoc
Standard Berkeley socket style options.
nodejs only.