com.alipay.remoting.rpc
Class RpcCommandType
java.lang.Object
com.alipay.remoting.rpc.RpcCommandType
public class RpcCommandType
- extends Object
The type of command in the request/response model.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESPONSE
public static final byte RESPONSE
- rpc response
- See Also:
- Constant Field Values
REQUEST
public static final byte REQUEST
- rpc request
- See Also:
- Constant Field Values
REQUEST_ONEWAY
public static final byte REQUEST_ONEWAY
- rpc oneway request
- See Also:
- Constant Field Values
RpcCommandType
public RpcCommandType()
Copyright © 2018. All rights reserved.