Preparing search index...
The search index is not available
aws-iot-device-sdk-v2
aws-iot-device-sdk-v2
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-
iot-
device-
sdk-
v2
auth
binding
error
event
eventstream_
rpc
greengrass
greengrasscoreipc
http
identity
io
Pkcs11
Lib
Tls
Context
Options
Log
Level
Socket
Domain
Socket
Type
Tls
Version
Client
Bootstrap
Client
Tls
Context
Input
Stream
Pkcs11
Lib
Server
Tls
Context
Socket
Options
Tls
Connection
Options
Tls
Context
Tls
Context
Options
Pkcs12
Options
enable_
logging
error_
code_
to_
name
error_
code_
to_
string
is_
alpn_
available
iot
jobs
mqtt
mqtt5
resource_
safety
shadow
Generated using
TypeDoc
Standard Berkeley socket style options.
nodejs only.