|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessageHandler.BinaryStream
This kind of handler is called when a new binary message arrives that is to be read using a blocking stream.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.net.websocket.MessageHandler |
|---|
MessageHandler.AsyncBinary, MessageHandler.AsyncText, MessageHandler.Binary, MessageHandler.BinaryStream, MessageHandler.CharacterStream, MessageHandler.DecodedObject<T>, MessageHandler.Pong, MessageHandler.Text |
| Method Summary | |
|---|---|
void |
onMessage(InputStream is)
This method is called when a new binary message has begun to arrive. |
| Method Detail |
|---|
void onMessage(InputStream is)
is -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||