public class FrameParser
| Constructor and Description |
|---|
FrameParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
bodyComplete() |
void |
frame(java.nio.ByteBuffer bb) |
boolean |
getBodyReady() |
boolean |
getFin() |
FrameType |
getFrameType() |
long |
getLength() |
boolean |
getMask() |
java.lang.Integer |
getMaskKey() |
public boolean getFin()
public boolean getMask()
public long getLength()
public java.lang.Integer getMaskKey()
public FrameType getFrameType()
public boolean getBodyReady()
public void bodyComplete()
public void frame(java.nio.ByteBuffer bb)