SYMBOL INDEX (246 symbols across 76 files) FILE: sample/sample1-simple-controller/Message.ts class Message (line 1) | class Message { FILE: sample/sample1-simple-controller/MessageController.ts class MessageController (line 5) | class MessageController { method connection (line 7) | connection(@ConnectedSocket() socket: any) { method disconnect (line 12) | disconnect(@ConnectedSocket() socket: any) { method save (line 17) | save(@ConnectedSocket() socket: any, @MessageBody() message: Message) { FILE: sample/sample2-use-created-socket-io/Message.ts class Message (line 1) | class Message { FILE: sample/sample2-use-created-socket-io/MessageController.ts class MessageController (line 5) | class MessageController { method connection (line 7) | connection(@ConnectedSocket() socket: any) { method disconnect (line 12) | disconnect(@ConnectedSocket() socket: any) { method save (line 17) | save(@ConnectedSocket() socket: any, @MessageBody() message: Message) { FILE: sample/sample3-namespaces/Message.ts class Message (line 1) | class Message { FILE: sample/sample3-namespaces/MessageController.ts class MessageController (line 5) | class MessageController { method connection (line 7) | connection(@ConnectedSocket() socket: any) { method disconnect (line 12) | disconnect(@ConnectedSocket() socket: any) { method save (line 17) | save(@ConnectedSocket() socket: any, @MessageBody() message: Message) { FILE: sample/sample4-emitters/Message.ts class Message (line 1) | class Message { FILE: sample/sample4-emitters/MessageController.ts class MessageController (line 15) | class MessageController { method connection (line 17) | connection(@ConnectedSocket() socket: any) { method disconnect (line 22) | disconnect(@ConnectedSocket() socket: any) { method save (line 30) | save(@ConnectedSocket() socket: any, @MessageBody() message: Message) { method trySave (line 41) | trySave(@ConnectedSocket() socket: any, @MessageBody() message: Messag... FILE: sample/sample5-middlewares/AuthenticationMiddleware.ts class AuthenticationMiddleware (line 4) | class AuthenticationMiddleware implements MiddlewareInterface { method use (line 5) | use(socket: any, next: (err?: any) => any): any { FILE: sample/sample5-middlewares/Message.ts class Message (line 1) | class Message { FILE: sample/sample5-middlewares/MessageController.ts class MessageController (line 5) | class MessageController { method connection (line 7) | connection(@ConnectedSocket() socket: any) { method disconnect (line 12) | disconnect(@ConnectedSocket() socket: any) { method save (line 17) | save(@ConnectedSocket() socket: any, @MessageBody() message: Message) { FILE: sample/sample6-dynamic-namespaces/Message.ts class Message (line 1) | class Message { FILE: sample/sample6-dynamic-namespaces/MessageController.ts class MessageController (line 13) | class MessageController { method connection (line 15) | connection(@ConnectedSocket() socket: any) { method disconnect (line 20) | disconnect(@ConnectedSocket() socket: any) { method save (line 25) | async save(@ConnectedSocket() socket: any, @MessageBody() message: Mes... FILE: src/SocketControllers.ts class SocketControllers (line 26) | class SocketControllers { method constructor (line 33) | constructor(private options: SocketControllersOptions) { method loadHandlers (line 47) | private loadHandlers(handlers: Array { FILE: src/types/InterceptorInterface.ts type InterceptorInterface (line 3) | interface InterceptorInterface { FILE: src/types/MiddlewareInterface.ts type MiddlewareInterface (line 3) | interface MiddlewareInterface { FILE: src/types/MiddlewareMetadata.ts type MiddlewareMetadata (line 3) | interface MiddlewareMetadata { FILE: src/types/ParameterMetadata.ts type ParameterMetadata (line 4) | interface ParameterMetadata { FILE: src/types/ResultMetadata.ts type ResultMetadata (line 4) | interface ResultMetadata { FILE: src/types/SocketControllerMetaKey.ts constant SOCKET_CONTROLLER_META_KEY (line 1) | const SOCKET_CONTROLLER_META_KEY = Symbol('SocketControllerMetaKey'); FILE: src/types/SocketControllersOptions.ts type SocketControllersOptions (line 5) | interface SocketControllersOptions { FILE: src/types/SocketEventContext.ts type SocketEventContext (line 4) | interface SocketEventContext { FILE: src/types/TransformOptions.ts type TransformOptions (line 3) | interface TransformOptions { FILE: src/types/enums/HandlerType.ts type HandlerType (line 1) | enum HandlerType { FILE: src/types/enums/ParameterType.ts type ParameterType (line 1) | enum ParameterType { FILE: src/types/enums/ResultType.ts type ResultType (line 1) | enum ResultType { FILE: src/types/enums/SocketEventType.ts type SocketEventType (line 1) | enum SocketEventType { FILE: src/util/chain-execute.ts function chainExecute (line 1) | function chainExecute(context: any, chain: Function[]) { FILE: test/functional/connected-socket.spec.ts class TestController (line 50) | @SocketController('/string') method connected (line 54) | connected(@ConnectedSocket() socket: Socket) { FILE: test/functional/controllers/test.controller.ts class TestController (line 6) | class TestController { method connected (line 8) | connected(@ConnectedSocket() socket: any) { FILE: test/functional/controllers/test2.controller.ts class Test2Controller (line 6) | class Test2Controller { method connected (line 8) | connected(@ConnectedSocket() socket: any) { FILE: test/functional/create-socket-server.spec.ts class TestController (line 35) | @SocketController() FILE: test/functional/emit-on-fail.spec.ts class TestController (line 52) | @SocketController('/string') method connected (line 57) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 63) | testEvent() { method connected (line 96) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 102) | async testEvent() { method connected (line 134) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 142) | async testEvent() { method testEvent2 (line 150) | async testEvent2() { method testEvent3 (line 158) | async testEvent3() { method testEvent4 (line 166) | async testEvent4() { class TestController (line 91) | @SocketController('/string') method connected (line 57) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 63) | testEvent() { method connected (line 96) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 102) | async testEvent() { method connected (line 134) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 142) | async testEvent() { method testEvent2 (line 150) | async testEvent2() { method testEvent3 (line 158) | async testEvent3() { method testEvent4 (line 166) | async testEvent4() { class TestController (line 130) | @SocketController('/string') method connected (line 57) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 63) | testEvent() { method connected (line 96) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 102) | async testEvent() { method connected (line 134) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 142) | async testEvent() { method testEvent2 (line 150) | async testEvent2() { method testEvent3 (line 158) | async testEvent3() { method testEvent4 (line 166) | async testEvent4() { FILE: test/functional/emit-on-success.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 61) | testEvent() { method testEvent2 (line 67) | testEvent2() { method connected (line 100) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 106) | async testEvent() { method testEvent2 (line 112) | async testEvent2() { class TestController (line 96) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 61) | testEvent() { method testEvent2 (line 67) | testEvent2() { method connected (line 100) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 106) | async testEvent() { method testEvent2 (line 112) | async testEvent2() { FILE: test/functional/middlewares.spec.ts class GlobalMiddleware (line 52) | @Middleware() method use (line 55) | use(socket: any, next: (err?: any) => any): any { class Controller (line 61) | @SocketController() method connected (line 65) | connected(@ConnectedSocket() socket: Socket) { class StringNamespaceMiddleware (line 84) | @Middleware({ namespace: '/string' }) method use (line 87) | use(socket: any, next: (err?: any) => any): any { method use (line 127) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 93) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class StringNamespaceController (line 102) | @SocketController('/string') method connected (line 106) | connected(@ConnectedSocket() socket: Socket) { class StringNamespaceMiddleware (line 124) | @Middleware({ namespace: '/string' }) method use (line 87) | use(socket: any, next: (err?: any) => any): any { method use (line 127) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 133) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class String2NamespaceController (line 142) | @SocketController('/string2') method connected (line 146) | connected(@ConnectedSocket() socket: Socket) { class RegexpNamespaceMiddleware (line 166) | @Middleware({ namespace: /^\/dynamic-\d+$/ }) method use (line 169) | use(socket: any, next: (err?: any) => any): any { method use (line 209) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 175) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class RegexpNamespaceController (line 184) | @SocketController(/^\/dynamic-\d+$/) method connected (line 188) | connected(@ConnectedSocket() socket: Socket) { method connected (line 228) | connected(@ConnectedSocket() socket: Socket) { method connected (line 270) | connected(@ConnectedSocket() socket: Socket) { method connected (line 310) | connected(@ConnectedSocket() socket: Socket) { class RegexpNamespaceMiddleware (line 206) | @Middleware({ namespace: /^\/dynamic-\s+$/ }) method use (line 169) | use(socket: any, next: (err?: any) => any): any { method use (line 209) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 215) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class RegexpNamespaceController (line 224) | @SocketController(/^\/dynamic-\d+$/) method connected (line 188) | connected(@ConnectedSocket() socket: Socket) { method connected (line 228) | connected(@ConnectedSocket() socket: Socket) { method connected (line 270) | connected(@ConnectedSocket() socket: Socket) { method connected (line 310) | connected(@ConnectedSocket() socket: Socket) { class RegexpArrayNamespaceMiddleware (line 248) | @Middleware({ namespace: [/^\/dynamic-\d+$/] }) method use (line 251) | use(socket: any, next: (err?: any) => any): any { method use (line 291) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 257) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class RegexpNamespaceController (line 266) | @SocketController(/^\/dynamic-\d+$/) method connected (line 188) | connected(@ConnectedSocket() socket: Socket) { method connected (line 228) | connected(@ConnectedSocket() socket: Socket) { method connected (line 270) | connected(@ConnectedSocket() socket: Socket) { method connected (line 310) | connected(@ConnectedSocket() socket: Socket) { class RegexpArrayNamespaceMiddleware (line 288) | @Middleware({ namespace: [/^\/dynamic-\s+$/] }) method use (line 251) | use(socket: any, next: (err?: any) => any): any { method use (line 291) | use(socket: any, next: (err?: any) => any): any { class MiddlewareWithoutNamespace (line 297) | @Middleware() method use (line 96) | use(socket: any, next: (err?: any) => any): any { method use (line 136) | use(socket: any, next: (err?: any) => any): any { method use (line 178) | use(socket: any, next: (err?: any) => any): any { method use (line 218) | use(socket: any, next: (err?: any) => any): any { method use (line 260) | use(socket: any, next: (err?: any) => any): any { method use (line 300) | use(socket: any, next: (err?: any) => any): any { class RegexpNamespaceController (line 306) | @SocketController(/^\/dynamic-\d+$/) method connected (line 188) | connected(@ConnectedSocket() socket: Socket) { method connected (line 228) | connected(@ConnectedSocket() socket: Socket) { method connected (line 270) | connected(@ConnectedSocket() socket: Socket) { method connected (line 310) | connected(@ConnectedSocket() socket: Socket) { FILE: test/functional/multiple-controllers-on-same-namespace.spec.ts class TestController (line 47) | @SocketController('/string') method connected (line 51) | connected(@ConnectedSocket() socket: Socket) { class TestController2 (line 57) | @SocketController('/string') method connected (line 61) | connected(@ConnectedSocket() socket: Socket) { FILE: test/functional/nsp-param.spec.ts class TestController (line 51) | @SocketController('/:first/:second') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @NspParam('second') param... FILE: test/functional/nsp-params.spec.ts class TestController (line 51) | @SocketController('/:first/:second') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @NspParams() parameters: ... FILE: test/functional/on-disconnect.spec.ts class TestController (line 52) | @SocketController('/string') method connected (line 56) | connected(@ConnectedSocket() socket: Socket) { method disconnected (line 61) | disconnected() { FILE: test/functional/on-disconnecting.spec.ts class TestController (line 53) | @SocketController('/string') method connected (line 57) | connected(@ConnectedSocket() socket: Socket) { method disconnected (line 62) | disconnected() { method disconnecting (line 67) | disconnecting() { FILE: test/functional/parameter-transformation.spec.ts class Body (line 52) | class Body { class TestController (line 57) | @SocketController('/string') method connected (line 61) | connected(@ConnectedSocket() socket: Socket) { method test (line 67) | test( FILE: test/functional/scoped-controllers.spec.ts class TestService (line 51) | @Service() class TestController (line 54) | @SocketController('/string') method constructor (line 57) | constructor(private testService: TestService) {} method connected (line 60) | connected(@ConnectedSocket() socket: Socket) { method test (line 66) | test() { method constructor (line 96) | constructor(private testService: TestService) {} method connected (line 99) | connected(@ConnectedSocket() socket: Socket) { method test (line 105) | test() { method constructor (line 138) | constructor( method connected (line 144) | connected(@ConnectedSocket() socket: Socket) { method test (line 150) | test() { method connected (line 183) | connected(@ConnectedSocket() socket: Socket) {} method test (line 187) | test() {} method constructor (line 221) | constructor( method connected (line 227) | connected(@ConnectedSocket() socket: Socket) { method test (line 233) | test() { class TestService (line 90) | @Service({ global: true }) class TestController (line 93) | @SocketController('/string') method constructor (line 57) | constructor(private testService: TestService) {} method connected (line 60) | connected(@ConnectedSocket() socket: Socket) { method test (line 66) | test() { method constructor (line 96) | constructor(private testService: TestService) {} method connected (line 99) | connected(@ConnectedSocket() socket: Socket) { method test (line 105) | test() { method constructor (line 138) | constructor( method connected (line 144) | connected(@ConnectedSocket() socket: Socket) { method test (line 150) | test() { method connected (line 183) | connected(@ConnectedSocket() socket: Socket) {} method test (line 187) | test() {} method constructor (line 221) | constructor( method connected (line 227) | connected(@ConnectedSocket() socket: Socket) { method test (line 233) | test() { class TestService (line 132) | @Service({ global: true }) class TestController (line 135) | @SocketController('/string') method constructor (line 57) | constructor(private testService: TestService) {} method connected (line 60) | connected(@ConnectedSocket() socket: Socket) { method test (line 66) | test() { method constructor (line 96) | constructor(private testService: TestService) {} method connected (line 99) | connected(@ConnectedSocket() socket: Socket) { method test (line 105) | test() { method constructor (line 138) | constructor( method connected (line 144) | connected(@ConnectedSocket() socket: Socket) { method test (line 150) | test() { method connected (line 183) | connected(@ConnectedSocket() socket: Socket) {} method test (line 187) | test() {} method constructor (line 221) | constructor( method connected (line 227) | connected(@ConnectedSocket() socket: Socket) { method test (line 233) | test() { class TestController (line 178) | @SocketController('/:test') method constructor (line 57) | constructor(private testService: TestService) {} method connected (line 60) | connected(@ConnectedSocket() socket: Socket) { method test (line 66) | test() { method constructor (line 96) | constructor(private testService: TestService) {} method connected (line 99) | connected(@ConnectedSocket() socket: Socket) { method test (line 105) | test() { method constructor (line 138) | constructor( method connected (line 144) | connected(@ConnectedSocket() socket: Socket) { method test (line 150) | test() { method connected (line 183) | connected(@ConnectedSocket() socket: Socket) {} method test (line 187) | test() {} method constructor (line 221) | constructor( method connected (line 227) | connected(@ConnectedSocket() socket: Socket) { method test (line 233) | test() { class TestService (line 215) | @Service({ global: true }) class TestController (line 218) | @SocketController('/string') method constructor (line 57) | constructor(private testService: TestService) {} method connected (line 60) | connected(@ConnectedSocket() socket: Socket) { method test (line 66) | test() { method constructor (line 96) | constructor(private testService: TestService) {} method connected (line 99) | connected(@ConnectedSocket() socket: Socket) { method test (line 105) | test() { method constructor (line 138) | constructor( method connected (line 144) | connected(@ConnectedSocket() socket: Socket) { method test (line 150) | test() { method connected (line 183) | connected(@ConnectedSocket() socket: Socket) {} method test (line 187) | test() {} method constructor (line 221) | constructor( method connected (line 227) | connected(@ConnectedSocket() socket: Socket) { method test (line 233) | test() { FILE: test/functional/skip-emit-on-empty-result.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 62) | testEvent() { method testEvent2 (line 69) | testEvent2() { method connected (line 103) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 110) | async testEvent() { method testEvent2 (line 117) | async testEvent2() { method connected (line 151) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 158) | testEvent() { method testEvent2 (line 165) | testEvent2() { method connected (line 199) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 206) | async testEvent() { method testEvent2 (line 213) | async testEvent2(@ConnectedSocket() socket: Socket) { class TestController (line 99) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 62) | testEvent() { method testEvent2 (line 69) | testEvent2() { method connected (line 103) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 110) | async testEvent() { method testEvent2 (line 117) | async testEvent2() { method connected (line 151) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 158) | testEvent() { method testEvent2 (line 165) | testEvent2() { method connected (line 199) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 206) | async testEvent() { method testEvent2 (line 213) | async testEvent2(@ConnectedSocket() socket: Socket) { class TestController (line 147) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 62) | testEvent() { method testEvent2 (line 69) | testEvent2() { method connected (line 103) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 110) | async testEvent() { method testEvent2 (line 117) | async testEvent2() { method connected (line 151) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 158) | testEvent() { method testEvent2 (line 165) | testEvent2() { method connected (line 199) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 206) | async testEvent() { method testEvent2 (line 213) | async testEvent2(@ConnectedSocket() socket: Socket) { class TestController (line 195) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 62) | testEvent() { method testEvent2 (line 69) | testEvent2() { method connected (line 103) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 110) | async testEvent() { method testEvent2 (line 117) | async testEvent2() { method connected (line 151) | connected(@ConnectedSocket() socket: Socket) { method testEvent (line 158) | testEvent() { method testEvent2 (line 165) | testEvent2() { method connected (line 199) | async connected(@ConnectedSocket() socket: Socket) { method testEvent (line 206) | async testEvent() { method testEvent2 (line 213) | async testEvent2(@ConnectedSocket() socket: Socket) { FILE: test/functional/socket-id.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @SocketId() socketId: str... FILE: test/functional/socket-io.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @SocketIO() socketIO: Ser... FILE: test/functional/socket-message-ack.spec.ts class TestController (line 53) | @SocketController('/string') method connected (line 57) | connected(@ConnectedSocket() socket: Socket, @SocketId() socketId: str... method test (line 63) | test(@MessageBody() data: any, @ConnectedSocket() socket: Socket, @Mes... method test2 (line 70) | test2( method test3 (line 82) | test3( FILE: test/functional/socket-message-body.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @SocketId() socketId: str... method test (line 61) | test(@MessageBody() data: any, @ConnectedSocket() socket: Socket) { method test2 (line 67) | test2( FILE: test/functional/socket-query-param.spec.ts class TestController (line 47) | @SocketController() method connected (line 51) | connected(@ConnectedSocket() socket: Socket, @SocketQueryParam('testPa... FILE: test/functional/socket-request.spec.ts class TestController (line 54) | @SocketController() method connected (line 58) | connected(@ConnectedSocket() socket: Socket, @SocketRequest() request:... FILE: test/functional/socket-rooms.spec.ts class TestController (line 51) | @SocketController('/string') method connected (line 55) | connected(@ConnectedSocket() socket: Socket, @SocketRooms() rooms: any) { FILE: test/functional/use-interceptor.spec.ts class testInterceptor (line 54) | @Service() method use (line 56) | use(ctx: SocketEventContext, next: any) { method use (line 116) | use(ctx: SocketEventContext, next: any) { method use (line 172) | use(ctx: SocketEventContext, next: any) { class TestController (line 73) | @SocketController('/string') method connected (line 78) | connected(@ConnectedSocket() socket: Socket) { method test (line 85) | test() { method connected (line 142) | connected(@ConnectedSocket() socket: Socket) { method test (line 149) | test() { method connected (line 192) | connected(@ConnectedSocket() socket: Socket, @MessageBody() message: a... method test (line 200) | test(@MessageBody() message: any) { class testInterceptor (line 114) | @Service() method use (line 56) | use(ctx: SocketEventContext, next: any) { method use (line 116) | use(ctx: SocketEventContext, next: any) { method use (line 172) | use(ctx: SocketEventContext, next: any) { class TestController (line 137) | @SocketController('/string') method connected (line 78) | connected(@ConnectedSocket() socket: Socket) { method test (line 85) | test() { method connected (line 142) | connected(@ConnectedSocket() socket: Socket) { method test (line 149) | test() { method connected (line 192) | connected(@ConnectedSocket() socket: Socket, @MessageBody() message: a... method test (line 200) | test(@MessageBody() message: any) { class testInterceptor (line 170) | @Service() method use (line 56) | use(ctx: SocketEventContext, next: any) { method use (line 116) | use(ctx: SocketEventContext, next: any) { method use (line 172) | use(ctx: SocketEventContext, next: any) { class TestController (line 187) | @SocketController('/string') method connected (line 78) | connected(@ConnectedSocket() socket: Socket) { method test (line 85) | test() { method connected (line 142) | connected(@ConnectedSocket() socket: Socket) { method test (line 149) | test() { method connected (line 192) | connected(@ConnectedSocket() socket: Socket, @MessageBody() message: a... method test (line 200) | test(@MessageBody() message: any) { FILE: test/utilities/testSocketConnection.ts function testConnection (line 3) | async function testConnection(path: string) {