case classMqttSession(host_state: HostState, client_id: UTF8Buffer, session_state: SessionState) extends Product with Serializable
An MqttSession can be switch from one connection/protocol handler to another,
but it will only be associated with one at a time. An MqttSession tracks
the state of the communication with a client.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
An MqttSession can be switch from one connection/protocol handler to another, but it will only be associated with one at a time. An MqttSession tracks the state of the communication with a client.