public class NettyPipeline
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
Constructor and Description |
---|
NettyPipeline(ScheduledExecutorService service,
Router router,
io.netty.handler.codec.http.multipart.HttpDataFactory factory,
boolean defaultHeaders,
boolean gzip,
int bufferSize,
long maxRequestSize) |
Modifier and Type | Method and Description |
---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public NettyPipeline(ScheduledExecutorService service, Router router, io.netty.handler.codec.http.multipart.HttpDataFactory factory, boolean defaultHeaders, boolean gzip, int bufferSize, long maxRequestSize)
Copyright © 2019. All rights reserved.