Class SessionId

  • All Implemented Interfaces:
    Serializable, DataStructure

    public class SessionId
    extends DataStructureImpl
    Defines the token passed between the router and client to associate messages with a particular session. These IDs are not globally unique.
    Author:
    jrandom
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionId

        public SessionId()
      • SessionId

        public SessionId​(int id)
        Parameters:
        id - 0-65535
        Since:
        0.9.11