Interface MutableHttpResponse<B>

Type Parameters:
B - The body response type
All Superinterfaces:
AttributeHolder, HttpMessage<B>, HttpResponse<B>, MutableAttributeHolder, MutableHttpMessage<B>
All Known Implementing Classes:
NettyMutableHttpResponse

public interface MutableHttpResponse<B> extends HttpResponse<B>, MutableHttpMessage<B>
A version of the HttpResponse interface that is mutable allowing the ability to set headers, character encoding etc.
Since:
1.0
Author:
Graeme Rocher