Class HttpBrokenContent

All Implemented Interfaces:
Appendable<HttpContent>, Cacheable

public class HttpBrokenContent extends HttpContent
HttpContent message, which represents broken HTTP content. isLast() is always returns true, getContent() always throws HttpBrokenContentException().
Author:
Alexey Stashok
See Also: