Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration object to configure a websocket handshake

Hierarchy

  • SocketConfiguration

Index

Properties

headers?: Record<string, string[]>

Collection of the handshake headers

subprotocols?: string[]

Specifies the client's requested subprotocols

url: string

Websocket server endpoint url: '{schema}://{host}:{port}' - schema should be wss

useCompression?: boolean

Specifies if compression is used

Generated using TypeDoc