WSMessage
Object containing the details of messages obtained through clients in WebSocket connections.
content
content() : java.lang.Object
Return
( java.lang.Object )
getContent
getContent() : java.lang.Object
Return
( java.lang.Object )
getJSON
getJSON() : Values
Return
( Values )
getService
getService() : string
Return
( string )
getText
getText() : string
Return
( string )
getType
getType() : string
Return
( string )
isJSON
isJSON() : boolean
Return
( boolean )
isText
isText() : boolean
Return
( boolean )
json
json() : Values
Return
( Values )
service
service() : string
Return
( string )
text
text() : string
Return
( string )
type
type() : string
Return
( string )
typeJSON
typeJSON() : boolean
Return
( boolean )
typeText
typeText() : boolean
Return
( boolean )