{@link ChannelPipeline} p = ...;... p.addLast("decoder", new {@link HttpRequestDecoder}()); p.addLast("aggregator", new {@link HttpChunkAggregator}(1048576)); ... p.addLast("encoder", new {@link HttpResponseEncoder}()); p.addLast("handler", new HttpRequestHandler());@apiviz.landmark @apiviz.has io.netty.handler.codec.http.HttpChunk oneway - - filters out
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|