public class ByteArrayMessageSpliter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_BINDER_SIZE |
| Constructor and Description |
|---|
ByteArrayMessageSpliter(String appId,
int what,
byte[] bytes,
int priorityCoef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
boolean |
isActive() |
Message |
nextMessage() |
void |
setRouterServiceVersion(int version) |
void |
setTransportRecord(TransportRecord transportRecord) |
public static final int MAX_BINDER_SIZE
public ByteArrayMessageSpliter(String appId, int what, byte[] bytes, int priorityCoef)
public void setRouterServiceVersion(int version)
public void setTransportRecord(TransportRecord transportRecord)
public boolean isActive()
public boolean close()
public Message nextMessage()