@zeroc/ice
    Preparing search index...

    Class WSConnectionInfo

    Provides access to the connection details of a WebSocket connection.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get adapterName(): string

      The name of the adapter associated with this connection.

      Returns string

    • get connectionId(): string

      The connection id.

      Returns string

    • get maxBufferedAmount(): number

      The maximum number of bytes that can be buffered by a WebSocket connection. Once the WebSocket bufferedAmount reaches this limit, sending additional data is delayed until it drops below the threshold.

      Returns number

    • get underlying(): Ice.ConnectionInfo

      The information of the underlying transport, or null if there is no underlying transport.

      Returns Ice.ConnectionInfo