Search
Preparing search index...
The search index is not available
@nestjs/websockets
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NoopAdapter
Class NoopAdapter
Hierarchy
AbstractWsAdapter
AbstractWsAdapter
NoopAdapter
Implements
WebSocketAdapter
<
any
,
any
,
any
>
WebSocketAdapter
<
any
,
any
,
any
>
Index
Constructors
constructor
Properties
http
Server
Methods
bind
Client
Connect
bind
Client
Disconnect
bind
Message
Handlers
close
create
Constructors
constructor
new
Noop
Adapter
(
appOrHttpServer
?:
INestApplicationContext
|
any
)
:
NoopAdapter
Parameters
Optional
appOrHttpServer:
INestApplicationContext
|
any
Returns
NoopAdapter
Properties
Protected
Readonly
http
Server
http
Server
:
any
Methods
bind
Client
Connect
bind
Client
Connect
(
server
:
any
, callback
:
Function
)
:
void
Parameters
server:
any
callback:
Function
Returns
void
bind
Client
Disconnect
bind
Client
Disconnect
(
client
:
any
, callback
:
Function
)
:
void
Parameters
client:
any
callback:
Function
Returns
void
bind
Message
Handlers
bind
Message
Handlers
(
client
:
any
, handlers
:
any
)
:
void
Parameters
client:
any
handlers:
any
Returns
void
close
close
(
server
:
any
)
:
void
Parameters
server:
any
Returns
void
create
create
(
port
:
number
, options
?:
any
)
:
void
Parameters
port:
number
Optional
options:
any
Returns
void
Globals
Noop
Adapter
constructor
http
Server
bind
Client
Connect
bind
Client
Disconnect
bind
Message
Handlers
close
create
Generated using
TypeDoc