public DiscoTaskInputFetcher(final DiscoIOChannel discoIOChannel, final int discoPort) {
this.discoIOChannel = discoIOChannel;
this.inputs = new LinkedList<ReadableByteChannel>();
this.discoPort = discoPort;
this.requestInputEncoder = new RequestInputsEncoder();
this.inputErrorEncoder = new InputErrorEncoder();
}