114115116117118119120121122
@Override protected StreamConnection upgradeChannel() { resetChannel(); if (extraBytes != null) { channel.getSourceChannel().setConduit(new ReadDataStreamSourceConduit(channel.getSourceChannel().getConduit(), this)); } return channel; }