Preparing search index...
The search index is not available
@lacunahub/letsfrag
@lacunahub/letsfrag
ServerClientOptions
Interface ServerClientOptions
interface
ServerClientOptions
{
authorization
:
string
;
compress
?:
boolean
;
handshake
?:
boolean
;
host
?:
string
;
maxRetryTime
?:
number
;
messagepack
?:
boolean
;
options
?:
ConnectOpts
|
ConnectionOptions
;
path
?:
string
;
port
?:
number
;
reconnect
?:
boolean
;
retries
?:
number
;
tls
?:
boolean
;
type
?:
string
;
}
Hierarchy
ClientOptions
ServerClientOptions
Index
Properties
authorization
compress?
handshake?
host?
max
Retry
Time?
messagepack?
options?
path?
port?
reconnect?
retries?
tls?
type?
Properties
authorization
authorization
:
string
Client authorization token.
Optional
compress
compress
?:
boolean
Optional
handshake
handshake
?:
boolean
Optional
host
host
?:
string
Optional
max
Retry
Time
max
Retry
Time
?:
number
Optional
messagepack
messagepack
?:
boolean
Optional
options
options
?:
ConnectOpts
|
ConnectionOptions
Optional
path
path
?:
string
Optional
port
port
?:
number
Optional
reconnect
reconnect
?:
boolean
Optional
retries
retries
?:
number
Optional
tls
tls
?:
boolean
Optional
type
type
?:
string
Client type.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
authorization
compress
handshake
host
max
Retry
Time
messagepack
options
path
port
reconnect
retries
tls
type
@lacunahub/letsfrag
Loading...
Generated using
TypeDoc
Client authorization token.