|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSocket
| Nested Class Summary | |
|---|---|
static interface |
WebSocket.Outbound
|
| Field Summary | |
|---|---|
static byte |
LENGTH_FRAME
|
static byte |
SENTINEL_FRAME
|
| Method Summary | |
|---|---|
void |
onConnect(WebSocket.Outbound outbound)
|
void |
onDisconnect()
|
void |
onFragment(boolean more,
byte opcode,
byte[] data,
int offset,
int length)
|
void |
onMessage(byte opcode,
byte[] data,
int offset,
int length)
|
void |
onMessage(byte opcode,
java.lang.String data)
|
| Field Detail |
|---|
static final byte LENGTH_FRAME
static final byte SENTINEL_FRAME
| Method Detail |
|---|
void onConnect(WebSocket.Outbound outbound)
void onMessage(byte opcode,
java.lang.String data)
void onFragment(boolean more,
byte opcode,
byte[] data,
int offset,
int length)
void onMessage(byte opcode,
byte[] data,
int offset,
int length)
void onDisconnect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||