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 CachedHttpChunks
public boolean writeAllChunks(org.jboss.netty.channel.Channel channel)
writeAllChunks
in interface CachedHttpChunks
public void cache(org.jboss.netty.handler.codec.http.HttpChunk chunk, org.jboss.netty.buffer.ChannelBuffer encoded)
cache
in interface CachedHttpChunks
Copyright © 2009–2016 LittleShoot. All rights reserved.