Class HttpResponseWriter

    • Constructor Detail

      • HttpResponseWriter

        public HttpResponseWriter​(SessionOutputBuffer buffer,
                                  org.apache.http.message.LineFormatter formatter,
                                  org.apache.http.params.HttpParams params)
        Deprecated.
    • Method Detail

      • writeHeadLine

        protected void writeHeadLine​(org.apache.http.HttpMessage message)
                              throws java.io.IOException
        Deprecated.
        Description copied from class: AbstractMessageWriter
        Writes out the first line of HttpMessage.
        Specified by:
        writeHeadLine in class AbstractMessageWriter
        Parameters:
        message - HTTP message.
        Throws:
        java.io.IOException