Class DefaultHttpRequestWriter

    • Method Detail

      • writeHeadLine

        protected void writeHeadLine​(HttpRequest message)
                              throws java.io.IOException
        Description copied from class: AbstractMessageWriter
        Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
        Specified by:
        writeHeadLine in class AbstractMessageWriter<HttpRequest>
        Parameters:
        message - the message whose first line is to be written out.
        Throws:
        java.io.IOException - in case of an I/O error.