|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.ReplyState
class HessianDebugState.ReplyState
Field Summary | |
---|---|
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
|
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State |
---|
_next |
Constructor Summary | |
---|---|
HessianDebugState.ReplyState(HessianDebugState.State next)
|
Method Summary | |
---|---|
(package private) int |
depth()
|
(package private) HessianDebugState.State |
next(int ch)
|
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State |
---|
isShift, nextObject, print, print, printIndent, println, println, println, printObject, shift |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
HessianDebugState.ReplyState(HessianDebugState.State next)
Method Detail |
---|
int depth()
depth
in class HessianDebugState.State
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |