36373839404142
protected AbstractNioStreamChannel(NodeProcess process, Pipe pipe) { super(null, pipe.source()); this.process = process; this.config = new DefaultChannelConfig(this); this.metadata = new ChannelMetadata(false); }
315316317318319320321
super(handlers); } @Override public ChannelMetadata metadata() { return new ChannelMetadata(true); }