类 HessianDebugInputStream

  • 所有已实现的接口:
    ,

    public class HessianDebugInputStream
    extends 
    Debugging input stream for Hessian requests.
    • 构造器概要

      构造器 
      构造器 说明
       is,  dbg)
      Creates an uninitialized Hessian input stream.
       is,  log,  level)
      Creates an uninitialized Hessian input stream.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void close()
      closes the stream.
      int read()
      Reads a character.
      void startTop2()  
      • 从类继承的方法 java.io.

        , , , , , , , , , , ,
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • HessianDebugInputStream

        public HessianDebugInputStream​( is,
                                        dbg)
        Creates an uninitialized Hessian input stream.
      • HessianDebugInputStream

        public HessianDebugInputStream​( is,
                                        log,
                                        level)
        Creates an uninitialized Hessian input stream.
    • 方法详细资料

      • startTop2

        public void startTop2()
      • read

        public int read()
                 throws 
        Reads a character.
        指定者:
         在类中 
        抛出:
      • close

        public void close()
                   throws 
        closes the stream.
        指定者:
         在接口中 
        指定者:
         在接口中 
        覆盖:
         在类中 
        抛出: