|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessage
public final class WebSocketMessage
Represents a data message received via websocket communication.
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns the input stream user can use to read the message from. |
byte[] |
getWholeMessage()
Returns the whole incoming message. |
java.lang.String |
getWholeTextMessage()
Returns the whole incoming text message. |
boolean |
isText()
Returns true if the message is text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getWholeMessage() throws java.io.IOException
java.io.IOException
public java.lang.String getWholeTextMessage() throws java.io.IOException
java.io.IOException
public boolean isText()
public java.io.InputStream getInputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |