foundation-comms.defaultsocket
Home > @genesislcap/foundation-comms > DefaultSocket
DefaultSocket class
Default Socket implementation.
Signature:
export declare class DefaultSocket implements Socket
Implements: Socket
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
(constructor)(messageBuilder, session, serializer, uuid, status, user, config) |
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
| |||
|
boolean | |||
|
|
string | ||
|
|
boolean | ||
|
|
boolean | ||
|
|
import("rxjs").BehaviorSubject<boolean> | ||
|
|
boolean | ||
|
|
boolean | ||
|
|
boolean | ||
|
|
boolean | ||
|
() => SocketSubject<Message> | |||
|
|
User |
Temp putting the user in place to bridge the hasValidSession logic. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|