Class LoggingSessionOutputBuffer

  • All Implemented Interfaces:
    org.apache.http.io.SessionOutputBuffer

    @Contract(threading=IMMUTABLE)
    @Deprecated
    public class LoggingSessionOutputBuffer
    extends java.lang.Object
    implements org.apache.http.io.SessionOutputBuffer
    Deprecated.
    (4.3) no longer used.
    Logs all data written to the wire LOG.
    Since:
    4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingSessionOutputBuffer​(org.apache.http.io.SessionOutputBuffer out, Wire wire)
      Deprecated.
       
      LoggingSessionOutputBuffer​(org.apache.http.io.SessionOutputBuffer out, Wire wire, java.lang.String charset)
      Deprecated.
      Create an instance that wraps the specified session output buffer.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void flush()
      Deprecated.
       
      org.apache.http.io.HttpTransportMetrics getMetrics()
      Deprecated.
       
      void write​(byte[] b)
      Deprecated.
       
      void write​(byte[] b, int off, int len)
      Deprecated.
       
      void write​(int b)
      Deprecated.
       
      void writeLine​(java.lang.String s)
      Deprecated.
       
      void writeLine​(org.apache.http.util.CharArrayBuffer buffer)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingSessionOutputBuffer

        public LoggingSessionOutputBuffer​(org.apache.http.io.SessionOutputBuffer out,
                                          Wire wire,
                                          java.lang.String charset)
        Deprecated.
        Create an instance that wraps the specified session output buffer.
        Parameters:
        out - The session output buffer.
        wire - The Wire log to use.
        charset - protocol charset, ASCII if null
      • LoggingSessionOutputBuffer

        public LoggingSessionOutputBuffer​(org.apache.http.io.SessionOutputBuffer out,
                                          Wire wire)
        Deprecated.
    • Method Detail

      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Deprecated.
        Specified by:
        write in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • write

        public void write​(int b)
                   throws java.io.IOException
        Deprecated.
        Specified by:
        write in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b)
                   throws java.io.IOException
        Deprecated.
        Specified by:
        write in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   throws java.io.IOException
        Deprecated.
        Specified by:
        flush in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • writeLine

        public void writeLine​(org.apache.http.util.CharArrayBuffer buffer)
                       throws java.io.IOException
        Deprecated.
        Specified by:
        writeLine in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • writeLine

        public void writeLine​(java.lang.String s)
                       throws java.io.IOException
        Deprecated.
        Specified by:
        writeLine in interface org.apache.http.io.SessionOutputBuffer
        Throws:
        java.io.IOException
      • getMetrics

        public org.apache.http.io.HttpTransportMetrics getMetrics()
        Deprecated.
        Specified by:
        getMetrics in interface org.apache.http.io.SessionOutputBuffer