Class WebsocketSenderId
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.sender.WebsocketSenderId
-
public final class WebsocketSenderId extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MetaDataKey<WebsocketSenderId>WEBSOCKET_SENDER_ID
-
Constructor Summary
Constructors Constructor Description WebsocketSenderId()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()static WebsocketSenderIdwebsocketSenderId(String id)
-
-
-
Field Detail
-
WEBSOCKET_SENDER_ID
public static final MetaDataKey<WebsocketSenderId> WEBSOCKET_SENDER_ID
-
-
Method Detail
-
websocketSenderId
public static WebsocketSenderId websocketSenderId(String id)
-
asString
public String asString()
-
-