Interface HttpMessage<B>

Type Parameters:
B - The body type
All Superinterfaces:
AttributeHolder, MutableAttributeHolder
All Known Subinterfaces:
FullHttpRequest<B>, HttpRequest<B>, HttpResponse<B>, MutableHttpMessage<B>, MutableHttpRequest<B>, MutableHttpResponse<B>, PushCapableHttpRequest<B>
All Known Implementing Classes:
AbstractNettyHttpRequest, FullNettyClientHttpResponse, HttpMessageWrapper, HttpRequestWrapper, HttpResponseAdapter, HttpResponseWrapper, NettyClientHttpRequest, NettyHttpRequest, NettyMutableHttpResponse, SimpleHttpRequest

public interface HttpMessage<B> extends MutableAttributeHolder
Common interface for HTTP messages.
Since:
1.0
Author:
Graeme Rocher
See Also: