com.alipay.remoting
Interface CommandCode

All Known Implementing Classes:
CommonCommandCode, RpcCommandCode

public interface CommandCode

Remoting command code stands for a specific remoting command, and every kind of command has its own code.


Field Summary
static short HEARTBEAT_VALUE
           
 
Method Summary
 short value()
           
 

Field Detail

HEARTBEAT_VALUE

static final short HEARTBEAT_VALUE
See Also:
Constant Field Values
Method Detail

value

short value()
Returns:
the short value of the code


Copyright © 2018. All rights reserved.