public class HttpContentChunk extends Object implements HttpPdu
HttpEndOfContent
marking the end
of the contentConstructor and Description |
---|
HttpContentChunk(ByteBuffer content) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
encode(HttpPduEncodingVisitor visitor) |
ByteBuffer |
getContent()
The content of the chunk.
|
public HttpContentChunk(ByteBuffer content)
public ByteBuffer getContent()
public ByteBuffer encode(HttpPduEncodingVisitor visitor)
Copyright © 2009–2013 Apache MINA Project. All rights reserved.