DefaultSessionManager

Constructors

this
this()
Undocumented in source.

Members

Functions

add
void add(TransportSession session)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
generateId
ulong generateId()
Undocumented in source. Be warned that the author may not have intended to support it.
get
TransportSession get(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
TransportSession[] getAll()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(TransportSession session)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SessionManager

generateId
ulong generateId()
Undocumented in source.
get
TransportSession get(ulong id)
Undocumented in source.
getAll
TransportSession[] getAll()
Undocumented in source.
add
void add(TransportSession session)
Undocumented in source.
remove
void remove(ulong id)
Undocumented in source.
remove
void remove(TransportSession session)
Undocumented in source.
clear
void clear()
Undocumented in source.
exists
bool exists(uint id)
Undocumented in source.

Meta