|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MessageHandler.Partial<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.websocket.MessageHandler |
---|
MessageHandler.Partial<T>, MessageHandler.Whole<T> |
Method Summary | |
---|---|
void |
onMessage(T messagePart,
boolean last)
Called when part of a message is available to be processed. |
Method Detail |
---|
void onMessage(T messagePart, boolean last)
messagePart
- The message partlast
- true
if this is the last part of
this message, else false
|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |