61626364656667
Socket socket) { super(parent, factory, pipeline, sink); this.socket = socket; config = new DefaultSocketChannelConfig(socket); }
53545556575859
64656667686970
62636465666768
49505152535455
52535455565758
51525354555657
socket.setSoTimeout(1000); } catch (SocketException e) { throw new ChannelException( "Failed to configure the OioSocketChannel socket timeout.", e); } config = new DefaultSocketChannelConfig(socket); }
57585960616263