com.alipay.remoting.rpc
Class RpcCommandType

java.lang.Object
  extended by com.alipay.remoting.rpc.RpcCommandType

public class RpcCommandType
extends Object

The type of command in the request/response model.


Field Summary
static byte REQUEST
          rpc request
static byte REQUEST_ONEWAY
          rpc oneway request
static byte RESPONSE
          rpc response
 
Constructor Summary
RpcCommandType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RpcCommandType

public RpcCommandType()


Copyright © 2018. All rights reserved.