Class HttpBrokenContent

All Implemented Interfaces:
org.glassfish.grizzly.Appendable<HttpContent>, org.glassfish.grizzly.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: