philia
Preparing search index...
connect/socket/server
ServerOptions
Interface ServerOptions
interface
ServerOptions
{
compress
?:
boolean
;
limit
?:
number
;
meta
?:
MetaInfo
;
path
?:
string
;
socket
?:
ServerOpts
|
Server
;
timeout
?:
{
idle
?:
number
;
retry
?:
number
;
send
?:
number
;
wait
?:
number
}
;
closed_fn
(
client
:
default
)
:
void
;
connected_fn
(
client
:
default
)
:
void
;
}
Hierarchy (
View Summary
)
ServerOptions
ServerOptions
Index
Properties
compress?
limit?
meta?
path?
socket?
timeout?
Methods
closed_
fn?
connected_
fn?
Properties
Optional
compress
compress
?:
boolean
Optional
limit
limit
?:
number
Optional
meta
meta
?:
MetaInfo
Optional
path
path
?:
string
Optional
socket
socket
?:
ServerOpts
|
Server
Optional
timeout
timeout
?:
{
idle
?:
number
;
retry
?:
number
;
send
?:
number
;
wait
?:
number
}
Methods
Optional
closed_
fn
closed_fn
(
client
:
default
)
:
void
Parameters
client
:
default
Returns
void
Optional
connected_
fn
connected_fn
(
client
:
default
)
:
void
Parameters
client
:
default
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compress
limit
meta
path
socket
timeout
Methods
closed_
fn
connected_
fn
philia
Loading...