Listener - http : WebSocketListener

Represents a WebSocket service endpoint.

Constructor

__init

(int port, ServiceEndpointConfiguration? config)

  • port int
  • The port of the endpoint

LifeCycle Methods

LifeCycle Methods

__start

()

returns error?

__stop

()

returns error?

__attach

(service s, string? name)

returns error?

Parameters