public class RpcProtocol<T> extends Object implements net.jrouter.protocol.Protocol<T>
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
PROTOCOL_TYPE_PING
The
byte value representing an ping request. |
static byte |
PROTOCOL_TYPE_PONG
The
byte value representing pong response. |
static byte |
PROTOCOL_TYPE_REQUEST
The
byte value representing an request. |
static byte |
PROTOCOL_TYPE_RESPONSE
The
byte value representing an response. |
| 构造器和说明 |
|---|
RpcProtocol() |
public static byte PROTOCOL_TYPE_REQUEST
byte value representing an request.public static byte PROTOCOL_TYPE_RESPONSE
byte value representing an response.public static byte PROTOCOL_TYPE_PING
byte value representing an ping request.public static byte PROTOCOL_TYPE_PONG
byte value representing pong response.Copyright © 2022. All rights reserved.