45464748495051
ChannelPipeline pipeline, Socket socket) { super(parent, factory, pipeline); this.socket = socket; config = new DefaultSocketChannelConfig(socket); }
48495051525354
Socket socket) { super(parent, factory, pipeline, sink); this.socket = socket; config = new DefaultSocketChannelConfig(socket); }
43444546474849
Pipeline<ChannelEvent> pipeline, Socket socket) { super(parent, factory, pipeline); this.socket = socket; config = new DefaultSocketChannelConfig(socket); }