Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
WebSocketServerIO
Class WebSocketServerIO
WebSocket Server implementation of IoInterface
Implements
DestroyableIoInterface
Index
Constructors
constructor
Properties
name
Methods
destroy
read
signal
Destroy
write
Constructors
constructor
new
Web
Socket
ServerIO
(
ws
)
:
WebSocketServerIO
Parameters
ws
:
WebSocket
Returns
WebSocketServerIO
Properties
name
name
:
string
= "websocket-server-io"
Methods
destroy
destroy
(
)
:
void
Returns
void
read
read
(
)
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
signal
Destroy
signal
Destroy
(
)
:
void
Returns
void
write
write
(
data
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
destroy
read
signal
Destroy
write
kkrpc
Loading...
WebSocket Server implementation of IoInterface