}
@Override
public boolean input(JIDContext context, Protocol protocol) {
Bytestreams bytestreams = protocol.cast(Bytestreams.class);
return bytestreams.sid() ? this.trace(context, bytestreams) : true;
}
private boolean trace(JIDContext context, Bytestreams bytestreams) {
return this.tracerContext.trace(bytestreams);
}