|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol | |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc.protocol | |
| Uses of Protocol in com.alipay.remoting |
|---|
| Methods in com.alipay.remoting that return Protocol | |
|---|---|
static Protocol |
ProtocolManager.getProtocol(ProtocolCode protocolCode)
|
static Protocol |
ProtocolManager.unRegisterProtocol(byte protocolCode)
|
| Methods in com.alipay.remoting with parameters of type Protocol | |
|---|---|
static void |
ProtocolManager.registerProtocol(Protocol protocol,
byte... protocolCodeBytes)
|
static void |
ProtocolManager.registerProtocol(Protocol protocol,
ProtocolCode protocolCode)
|
| Uses of Protocol in com.alipay.remoting.rpc.protocol |
|---|
| Classes in com.alipay.remoting.rpc.protocol that implement Protocol | |
|---|---|
class |
RpcProtocol
Request command protocol for v1 0 1 2 4 6 8 10 12 14 16 +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+ |proto| type| cmdcode |ver2 | requestId |codec| timeout | classLen | +-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ |headerLen | contentLen | |
class |
RpcProtocolV2
Request command protocol for v2 0 1 2 4 6 8 10 11 12 14 16 +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+------+-----+-----+-----+-----+ |proto| ver1|type | cmdcode |ver2 | requestId |codec|switch| timeout | +-----------+-----------+-----------+-----------+-----------+------------+-----------+-----------+ |classLen |headerLen |contentLen | |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||