public interface WebSocketGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length) |
int |
flush() |
boolean |
isBufferEmpty() |
int flush()
throws IOException
IOExceptionboolean isBufferEmpty()
void addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length)
throws IOException
IOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.