public class ChunkedRequestAssembler extends Object
| Constructor and Description |
|---|
ChunkedRequestAssembler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChunk(org.jboss.netty.channel.Channel channel,
org.jboss.netty.handler.codec.http.HttpChunk nextChunk) |
org.jboss.netty.handler.codec.http.HttpRequest |
assemble(org.jboss.netty.channel.Channel channel) |
void |
setup(org.jboss.netty.channel.Channel channel,
org.jboss.netty.handler.codec.http.HttpRequest httpRequest) |
public void setup(org.jboss.netty.channel.Channel channel,
org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
public org.jboss.netty.handler.codec.http.HttpRequest assemble(org.jboss.netty.channel.Channel channel)
public void addChunk(org.jboss.netty.channel.Channel channel,
org.jboss.netty.handler.codec.http.HttpChunk nextChunk)
Copyright © 2015. All rights reserved.