Interface WebsocketConnectionConfig


public interface WebsocketConnectionConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The endpoint id to use.
    The id to attribute to the connecting peer.
  • Method Details

    • getEndpointId

      String getEndpointId()
      The endpoint id to use. If the same id is used for many peers, the endpoint will be shared.
    • getPeerId

      String getPeerId()
      The id to attribute to the connecting peer. If null, a random id will be generated. Must be unique for the endpoint!