所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static int |
calculateHandleValueSize(byte[] msgBuf,
int offset) |
static IrpRequest |
decodeBatchCreateDoidRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeBatchCreateDoidResponseBody(byte[] msgBuf,
int offset) |
static IrpRequest |
decodeCreateDoidRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeCreateDoidResponseBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeDelegateResponseBody(byte[] msgBuf,
int offset) |
static IrpRequest |
decodeDeleteDoidRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeDeleteDoidResponseBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeErrorResponseBody(int opCode,
int responseCode,
byte[] msgBuf,
int offset) |
static IrpMessage |
decodeMessage(byte[] msgBuf,
int offset,
IrpMessageEnvelope envelope) |
static void |
decodeMessageCredential(byte[] buf,
int offset,
IrpMessageCredential credential) |
static void |
decodeMessageEnvelope(byte[] buf,
IrpMessageEnvelope envelope) |
static void |
decodeMessageHeader(byte[] buf,
IrpMessageHeader header,
int offset) |
static IrpRequest |
decodeResolveDoidRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeResolveDoidResponseBody(byte[] msgBuf,
int offset) |
static HandleResponse |
decodeResolveHandleResponseBody(byte[] msgBuf,
int offset) |
static IrpForRouterRequest |
decodeResolveRouterRequestBody(byte[] msgBuf,
int offset) |
static IrpRequest |
decodeUpdateDoidRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeUpdateDoidResponseBody(byte[] msgBuf,
int offset) |
static IrpRequest |
decodeVerifyIrsRequestBody(byte[] msgBuf,
int offset) |
static IrpResponse |
decodeVerifyIrsResponseBody(byte[] msgBuf,
int offset) |
static IrpForRouterRequest |
decodeVerifyRouterRequestBody(byte[] msgBuf,
int offset) |
static IrpForRouterResponse |
decodeVerifyRouterResponseBody(byte[] msgBuf,
int offset) |
static byte[] |
encodeBatchCreateDoidRequestBody(IrpRequest req) |
static byte[] |
encodeBatchCreateDoidResponseBody(IrpResponse res) |
static byte[] |
encodeCreateDoidRequestBody(IrpRequest req) |
static byte[] |
encodeCreateDoidResponseBody(IrpResponse res) |
static byte[] |
encodeDelegateResponseBody(IrpResponse res) |
static byte[] |
encodeDeleteDoidRequestBody(IrpRequest req) |
static byte[] |
encodeDeleteDoidResponseBody(IrpResponse res) |
static byte[] |
encodeErrorResponseBody(IrpResponse res) |
static byte[] |
encodeMessageBody(IrpMessage msg) |
static byte[] |
encodeMessageCredential(IrpMessageCredential credential) |
static byte[] |
encodeMessageEnvelope(IrpMessageEnvelope envelope) |
static int |
encodeMessageHeader(IrpMessageHeader header,
byte[] buf,
int bodyLen) |
static byte[] |
encodeResolveDoidRequestBody(IrpRequest req) |
static byte[] |
encodeResolveDoidResponseBody(IrpResponse res) |
static byte[] |
encodeResolveHandleRequestBody(HandleRequest req) |
static byte[] |
encodeResolveRouterRequestBody(IrpForRouterRequest req) |
static byte[] |
encodeUpdateDoidRequestBody(IrpRequest req) |
static byte[] |
encodeUpdateDoidResponseBody(IrpResponse res) |
static byte[] |
encodeVerifyIrsRequestBody(IrpRequest req) |
static byte[] |
encodeVerifyIrsResponseBody(IrpResponse res) |
static byte[] |
encodeVerifyRouterRequestBody(IrpForRouterRequest req) |
static byte[] |
encodeVerifyRouterResponseBody(IrpForRouterResponse res) |
static int[] |
readIntArrayFromBuffer(byte[] buf,
int offset) |
static int |
readIntFromBuffer(byte[] buf,
int offset) |
static long |
readLongFromBuffer(byte[] buf,
int offset) |
static short |
readShortFromBuffer(byte[] buf,
int offset) |
static byte[][] |
readStringByteArrayFromBuffer(byte[] buf,
int offset) |
static byte[] |
readStringByteFromBuffer(byte[] buf,
int offset) |
static int |
writeIntArrayToBuffer(int[] values,
byte[] buf,
int offset) |
static int |
writeIntToBuffer(int value,
byte[] buf,
int offset) |
static int |
writeLongToBuffer(long value,
byte[] buf,
int offset) |
static int |
writeShortToBuffer(short value,
byte[] buf,
int offset) |
static int |
writeStringByteArrayToBuffer(byte[][] values,
byte[] buf,
int offset) |
static int |
writeStringByteToBuffer(byte[] value,
byte[] buf,
int offset) |