Class TestWebSocketChannelSetup
Constructors
constructor
- new TestWebSocketChannelSetup(__namedParameters): TestWebSocketChannelSetup
Parameters
- __namedParameters: {
path: string;
server: Server<typeof IncomingMessage, typeof ServerResponse> | Server<typeof IncomingMessage, typeof ServerResponse>;
}path: string
server: Server<typeof IncomingMessage, typeof ServerResponse> | Server<typeof IncomingMessage, typeof ServerResponse>
Properties
Readonly
connectionProvider
Methods
Protected
createConnectionProvider