public class WebsocketConnectionMetaDataDTO extends ConnectionMetaDataDTO
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
ACCEPTOR_TYPE |
CONNECTION_TYPE_KEY, metaData
Constructor and Description |
---|
WebsocketConnectionMetaDataDTO(ConnectionMetaDataDTO connectionMetaDataDTO) |
WebsocketConnectionMetaDataDTO(java.lang.String host,
java.lang.String path,
int port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUri() |
fromJson, getConnectionType, getMetaData, setAcceptorType, toJson, toString
protected static final java.lang.String ACCEPTOR_TYPE
public WebsocketConnectionMetaDataDTO(ConnectionMetaDataDTO connectionMetaDataDTO)
public WebsocketConnectionMetaDataDTO(java.lang.String host, java.lang.String path, int port)
host
- the hostname to connect topath
- the path to connect the websocket with (with leading slash)port
- the port