this.bytestreamsProxy = bytestreamsProxy;
}
@Override
public boolean input(JIDContext context, Protocol protocol) {
context.write(protocol.cast(Bytestreams.class).add(new Streamhost(this.bytestreamsProxy)).parent().reply().setType(ProtocolType.RESULT));
return true;
}