public class WebSocketSessionRequest
extends Object
This is wrapper class over the javax.websocket.Session implementation. This class contains additional attributes
of the Session object derived from processing some of the (default) existing attributes.
Ex: Query-String's [Key:Value] Map derived from the queryString attribute of the original class.