public class DefaultCachedHttpChunks extends Object implements CachedHttpChunks
| Constructor and Description |
|---|
DefaultCachedHttpChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
cache(org.jboss.netty.handler.codec.http.HttpChunk chunk,
org.jboss.netty.buffer.ChannelBuffer encoded) |
boolean |
isComplete() |
boolean |
writeAllChunks(org.jboss.netty.channel.Channel channel) |
public boolean isComplete()
isComplete in interface CachedHttpChunkspublic boolean writeAllChunks(org.jboss.netty.channel.Channel channel)
writeAllChunks in interface CachedHttpChunkspublic void cache(org.jboss.netty.handler.codec.http.HttpChunk chunk,
org.jboss.netty.buffer.ChannelBuffer encoded)
cache in interface CachedHttpChunksCopyright © 2009-2013 LittleShoot. All Rights Reserved.