Page Contents
Home > @loopback/socketio > SocketIoComponent
SocketIoComponent class
Signature:
export declare class SocketIoComponent implements Component
Implements: Component
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(app) | Constructs a new instance of the SocketIoComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| bindings | Binding[] | Add built-in body parsers | |
| booters | (typeof SocketIoBooter)[] | ||
| providers | ProviderMap | ||
| servers | { [name: string]: Constructor<Server>; } |