JavaScript is disabled on your browser.
Skip navigation links
Spincast Framework
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.spincast.core.websocket
Interface WebsocketConnectionConfig
public interface
WebsocketConnectionConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getEndpointId
()
The endpoint id to use.
String
getPeerId
()
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!