Class HessianDebugState

  • All Implemented Interfaces:
    Hessian2Constants

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

      • HessianDebugState

        public HessianDebugState​(java.io.PrintWriter dbg)
        Creates an uninitialized Hessian input stream.
    • Method Detail

      • startTop2

        public void startTop2()
      • startData1

        public void startData1()
      • startStreaming

        public void startStreaming()
      • next

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

        public void setDepth​(int depth)
      • getDepth

        public int getDepth()