Interface MutableHttpMessage<B>

Type Parameters:
B - The body type
All Superinterfaces:
AttributeHolder, HttpMessage<B>, MutableAttributeHolder
All Known Subinterfaces:
MutableHttpRequest<B>, MutableHttpResponse<B>
All Known Implementing Classes:
NettyClientHttpRequest, NettyMutableHttpResponse, SimpleHttpRequest

public interface MutableHttpMessage<B> extends HttpMessage<B>
An interface for an HttpMessage that is mutable allowing headers and the message body to be set.
Since:
1.0
Author:
Graeme Rocher