类 HessianDebugOutputStream

  • 所有已实现的接口:
    , ,

    public class HessianDebugOutputStream
    extends 
    Debugging output stream for Hessian requests.
    • 构造器概要

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

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

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

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

      • HessianDebugOutputStream

        public HessianDebugOutputStream​( os,
                                         dbg)
        Creates an uninitialized Hessian input stream.
      • HessianDebugOutputStream

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

      • startTop2

        public void startTop2()
      • write

        public void write​(int ch)
                   throws 
        Writes a character.
        指定者:
         在类中 
        抛出:
      • flush

        public void flush()
                   throws 
        指定者:
         在接口中 
        覆盖:
         在类中 
        抛出:
      • close

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