Class AbstractMessageWriter<T extends HttpMessage>

    • Method Detail

      • writeHeadLine

        protected abstract void writeHeadLine​(T message)
                                       throws java.io.IOException
        Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
        Parameters:
        message - the message whose first line is to be written out.
        Throws:
        java.io.IOException - in case of an I/O error.