com.caucho.hessian.io
Class HessianDebugState.ReplyState1

java.lang.Object
  extended by com.caucho.hessian.io.HessianDebugState.State
      extended by com.caucho.hessian.io.HessianDebugState.State1
          extended by com.caucho.hessian.io.HessianDebugState.ReplyState1
Enclosing class:
HessianDebugState

 class HessianDebugState.ReplyState1
extends HessianDebugState.State1


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.ReplyState1(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.State1
nextObject
 
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State
isShift, 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

MAJOR

private static final int MAJOR
See Also:
Constant Field Values

MINOR

private static final int MINOR
See Also:
Constant Field Values

HEADER

private static final int HEADER
See Also:
Constant Field Values

VALUE

private static final int VALUE
See Also:
Constant Field Values

END

private static final int END
See Also:
Constant Field Values

_state

private int _state

_major

private int _major

_minor

private int _minor
Constructor Detail

HessianDebugState.ReplyState1

HessianDebugState.ReplyState1(HessianDebugState.State next)
Method Detail

depth

int depth()
Overrides:
depth in class HessianDebugState.State

next

HessianDebugState.State next(int ch)
Specified by:
next in class HessianDebugState.State


Copyright 2003-2011. All Rights Reserved.