Interface HttpMessageWriter<T extends HttpMessage>

    • Method Detail

      • write

        void write​(T message)
            throws java.io.IOException,
                   HttpException
        Serializes an instance of HttpMessage to the underlying data sink.
        Parameters:
        message - HTTP message
        Throws:
        java.io.IOException - in case of an I/O error
        HttpException - in case of HTTP protocol violation