Class WebSocketSession
java.lang.Object
io.datarouter.model.databean.BaseDatabean<WebSocketSessionKey,WebSocketSession>
io.datarouter.websocket.storage.session.WebSocketSession
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<WebSocketSessionKey,WebSocketSession>,Comparable<io.datarouter.model.databean.Databean<?,?>>
public class WebSocketSession extends io.datarouter.model.databean.BaseDatabean<WebSocketSessionKey,WebSocketSession>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSocketSession.FieldKeysstatic classWebSocketSession.WebSocketSessionFielder -
Field Summary
-
Constructor Summary
Constructors Constructor Description WebSocketSession()WebSocketSession(String userToken, Long id, Date openingDate, String serverName) -
Method Summary
Modifier and Type Method Description Supplier<WebSocketSessionKey>getKeySupplier()DategetOpeningDate()StringgetServerName()
-
Constructor Details
-
WebSocketSession
public WebSocketSession() -
WebSocketSession
-
-
Method Details