public class BinaryFrameHeader extends Object
| Constructor and Description |
|---|
BinaryFrameHeader() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
assembleHeaderBytes() |
byte[] |
getBulkData() |
int |
getCorrID() |
int |
getFunctionID() |
byte[] |
getJsonData() |
int |
getJsonSize() |
byte |
getRPCType() |
static BinaryFrameHeader |
parseBinaryHeader(byte[] binHeader) |
void |
setBulkData(byte[] _bulkData) |
void |
setCorrID(int _correlationID) |
void |
setFunctionID(int _functionID) |
void |
setJsonData(byte[] _jsonData) |
void |
setJsonSize(int _jsonSize) |
void |
setRPCType(byte _rpcType) |
public static BinaryFrameHeader parseBinaryHeader(byte[] binHeader)
public byte[] assembleHeaderBytes()
public byte getRPCType()
public void setRPCType(byte _rpcType)
public int getFunctionID()
public void setFunctionID(int _functionID)
public int getCorrID()
public void setCorrID(int _correlationID)
public int getJsonSize()
public void setJsonSize(int _jsonSize)
public byte[] getJsonData()
public void setJsonData(byte[] _jsonData)
public byte[] getBulkData()
public void setBulkData(byte[] _bulkData)