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>, java.lang.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 class  WebSocketSession.FieldKeys  
    static class  WebSocketSession.WebSocketSessionFielder  
  • Field Summary

    Fields inherited from class io.datarouter.model.databean.BaseDatabean

    DEFAULT_KEY_FIELD_NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    WebSocketSession()  
    WebSocketSession​(java.lang.String userToken, java.lang.Long id, java.util.Date openingDate, java.lang.String serverName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<WebSocketSessionKey> getKeyClass()  
    java.util.Date getOpeningDate()  
    java.lang.String getServerName()  

    Methods inherited from class io.datarouter.model.databean.BaseDatabean

    compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait