类 Hessian2StreamingOutput


  • public class Hessian2StreamingOutput
    extends 
    Output stream for Hessian 2 streaming requests.
    • 构造器概要

      构造器 
      构造器 说明
       os)
      Creates a new Hessian output stream, initialized with an underlying output stream.
    • 构造器详细资料

      • Hessian2StreamingOutput

        public Hessian2StreamingOutput​( os)
        Creates a new Hessian output stream, initialized with an underlying output stream.
        参数:
        os - the underlying output stream.
    • 方法详细资料

      • isCloseStreamOnClose

        public boolean isCloseStreamOnClose()
      • setCloseStreamOnClose

        public void setCloseStreamOnClose​(boolean isClose)
      • writeObject

        public void writeObject​( object)
                         throws 
        Writes any object to the output stream.
        抛出:
      • flush

        public void flush()
                   throws 
        Flushes the output.
        抛出:
      • close

        public void close()
                   throws 
        Close the output.
        抛出: