|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebSocketRequestHandler
An interface for outbound communication with web socket clients
| Method Summary | |
|---|---|
void |
push(byte[] message,
int offset,
int length)
Pushes a binary message to the client. |
void |
push(CharSequence message)
Pushes a text message to the client. |
| Method Detail |
|---|
void push(CharSequence message)
message - the text message to push to the client if the web socket connection is open
void push(byte[] message,
int offset,
int length)
message - the binary message to push to the client if the web socket connection is openoffset - the offset to start to read from the messagelength - how many bytes to read from the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||