public class DefaultHttpChunkTrailer extends java.lang.Object implements HttpChunkTrailer
HttpChunkTrailer
implementation.LAST_CHUNK
构造器和说明 |
---|
DefaultHttpChunkTrailer() |
限定符和类型 | 方法和说明 |
---|---|
ChannelBuffer |
getContent()
Returns the content of this chunk.
|
boolean |
isLast()
Always returns
true . |
void |
setContent(ChannelBuffer content)
Sets the content of this chunk.
|
java.lang.String |
toString() |
HttpHeaders |
trailingHeaders()
Returns the trialing headers of this trailer.
|
public boolean isLast()
HttpChunkTrailer
true
.isLast
在接口中 HttpChunk
isLast
在接口中 HttpChunkTrailer
public ChannelBuffer getContent()
HttpChunk
ChannelBuffers.EMPTY_BUFFER
will be returned.getContent
在接口中 HttpChunk
public void setContent(ChannelBuffer content)
HttpChunk
setContent
在接口中 HttpChunk
public HttpHeaders trailingHeaders()
HttpChunkTrailer
trailingHeaders
在接口中 HttpChunkTrailer
public java.lang.String toString()
toString
在类中 java.lang.Object