class HessianDebugState.ReplyState extends HessianDebugState.State
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 |
---|
HessianDebugState.ReplyState(HessianDebugState.State next) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
depth() |
(package private) HessianDebugState.State |
next(int ch) |
isShift, nextObject, 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
HessianDebugState.ReplyState(HessianDebugState.State next)
int depth()
depth
in class HessianDebugState.State
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State