Class HessianDebugState

java.lang.Object
com.caucho.hessian.io.HessianDebugState
All Implemented Interfaces:
Hessian2Constants

public class HessianDebugState extends Object implements Hessian2Constants
Debugging input stream for Hessian requests.
  • Constructor Details

    • HessianDebugState

      public HessianDebugState(PrintWriter dbg)
      Creates an uninitialized Hessian input stream.
  • Method Details

    • startTop2

      public void startTop2()
    • startData1

      public void startData1()
    • startStreaming

      public void startStreaming()
    • next

      public void next(int ch) throws IOException
      Reads a character.
      Throws:
      IOException
    • setDepth

      public void setDepth(int depth)
    • getDepth

      public int getDepth()