|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alipay.remoting.rpc.protocol.RpcDeserializeLevel
public class RpcDeserializeLevel
Rpc deserialize level.
| Field Summary | |
|---|---|
static int |
DESERIALIZE_ALL
deserialize clazz, header, contents all three parts of rpc command |
static int |
DESERIALIZE_CLAZZ
deserialize only the clazz part of rpc command |
static int |
DESERIALIZE_HEADER
deserialize both header and clazz parts of rpc command |
| Constructor Summary | |
|---|---|
RpcDeserializeLevel()
|
|
| Method Summary | |
|---|---|
static String |
valueOf(int value)
Convert to String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DESERIALIZE_ALL
public static final int DESERIALIZE_HEADER
public static final int DESERIALIZE_CLAZZ
| Constructor Detail |
|---|
public RpcDeserializeLevel()
| Method Detail |
|---|
public static String valueOf(int value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||