|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.handler.codec.http.DefaultHttpChunk
public class DefaultHttpChunk

The default HttpChunk implementation.
| 字段摘要 |
|---|
| 从接口 org.jboss.netty.handler.codec.http.HttpChunk 继承的字段 |
|---|
LAST_CHUNK |
| 构造方法摘要 | |
|---|---|
DefaultHttpChunk(ChannelBuffer content)
Creates a new instance with the specified chunk content. |
|
| 方法摘要 | |
|---|---|
ChannelBuffer |
getContent()
Returns the content of this chunk. |
boolean |
isLast()
Returns true if and only if this chunk is the 'end of content'
marker. |
void |
setContent(ChannelBuffer content)
Sets the content of this chunk. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public DefaultHttpChunk(ChannelBuffer content)
| 方法详细信息 |
|---|
public ChannelBuffer getContent()
HttpChunk 复制的描述ChannelBuffers.EMPTY_BUFFER will be returned.
HttpChunk 中的 getContentpublic void setContent(ChannelBuffer content)
HttpChunk 复制的描述
HttpChunk 中的 setContentpublic boolean isLast()
HttpChunk 复制的描述true if and only if this chunk is the 'end of content'
marker.
HttpChunk 中的 isLast
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||