content
protected org.glassfish.grizzly.Buffer content
org.glassfish.grizzly.Appendable<HttpContent>, org.glassfish.grizzly.CacheableHttpBrokenContent, HttpTrailergetHttpHeader().
To build HttpContent message, use HttpContent.Builder object, which could be get following way:
builder(org.glassfish.grizzly.http.HttpHeader).static class HttpContent.Builder<T extends HttpContent.Builder>protected org.glassfish.grizzly.Bufferprotected HttpHeaderprotected booleanprotected protected HttpContent(HttpHeader httpHeader) protected HttpContent(HttpHeader httpHeader,
boolean isLast,
org.glassfish.grizzly.Buffer content) append(HttpContent element) static HttpContent.Builderbuilder(HttpHeader httpHeader) HttpContent builder.static HttpContentcreate()static HttpContentcreate(HttpHeader httpHeader) static HttpContentcreate(HttpHeader httpHeader,
boolean isLast) static HttpContentcreate(HttpHeader httpHeader,
boolean isLast,
org.glassfish.grizzly.Buffer content) org.glassfish.grizzly.BufferBuffer.final HttpHeaderstatic booleanisBroken(HttpContent httpContent) HttpContent is a BrokenHttpContent.static booleanisContent(HttpPacket httpPacket) HttpPacket is a HttpContent.final booleanisHeader()booleanisLast()voidrecycle()protected voidreset()protected final voidsetContent(org.glassfish.grizzly.Buffer content) voidsetLast(boolean isLast) isHttpHttpPacket is a HttpContent.httpPacket - HttpPacket is a HttpContent.HttpContent is a BrokenHttpContent.httpContent - HttpContent is a BrokenHttpContent.HttpContent builder.httpHeader - related HTTP message headerHttpContent.Builder.Buffer.Buffer.getHttpHeader in class HttpPacketHttpHeader.isHeader in class HttpPacketappend in interface org.glassfish.grizzly.Appendable<HttpContent>recycle in interface org.glassfish.grizzly.Cacheable