public interface

HttpMessageWriter

org.apache.http.io.HttpMessageWriter
Known Indirect Subclasses

Class Overview

Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.

Summary

Public Methods
abstract void write(HttpMessage message)
Serializes an instance of HttpMessage to the underlying data sink.

Public Methods

public abstract void write (HttpMessage message)

Serializes an instance of HttpMessage to the underlying data sink.

Throws
IOException in case of an I/O error
HttpException in case of HTTP protocol violation