public class ByteAraryMessageAssembler extends Object
| Constructor and Description |
|---|
ByteAraryMessageAssembler() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte[] bytes) |
boolean |
close() |
byte[] |
getBytes() |
TransportType |
getTransportType() |
boolean |
handleMessage(int flags,
byte[] packet) |
void |
init() |
boolean |
isFinished() |
void |
setTransportType(TransportType transportType) |
public void init()
public void setTransportType(TransportType transportType)
public TransportType getTransportType()
public boolean close()
public void append(byte[] bytes)
public boolean handleMessage(int flags,
byte[] packet)
public byte[] getBytes()
public boolean isFinished()