class HessianDebugState.ReplyState1 extends HessianDebugState.State1
Modifier and Type | Field and Description |
---|---|
private int |
_major |
private int |
_minor |
private int |
_state |
private static int |
END |
private static int |
HEADER |
private static int |
MAJOR |
private static int |
MINOR |
private static int |
VALUE |
_next
Constructor and Description |
---|
ReplyState1(HessianDebugState.State next) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
depth() |
(package private) HessianDebugState.State |
next(int ch) |
nextObject
isShift, print, print, printIndent, println, println, println, printObject, shift
private static final int MAJOR
private static final int MINOR
private static final int HEADER
private static final int VALUE
private static final int END
private int _state
private int _major
private int _minor
ReplyState1(HessianDebugState.State next)
int depth()
depth
in class HessianDebugState.State
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State