Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NoopAdapter

Hierarchy

Implements

  • WebSocketAdapter<any, any, any>
  • WebSocketAdapter<any, any, any>

Index

Constructors

constructor

  • new NoopAdapter(appOrHttpServer?: INestApplicationContext | any): NoopAdapter

Properties

Protected Readonly httpServer

httpServer: any

Methods

bindClientConnect

  • bindClientConnect(server: any, callback: Function): void

bindClientDisconnect

  • bindClientDisconnect(client: any, callback: Function): void

bindMessageHandlers

  • bindMessageHandlers(client: any, handlers: any): void

close

  • close(server: any): void

create

  • create(port: number, options?: any): void

Generated using TypeDoc