if(pipe == null) {
return;
}
if(pipe.pipe instanceof ISendQueueContentRecieiver) {
ISendQueueContentRecieiver receiver = (ISendQueueContentRecieiver) pipe.pipe;
receiver.handleSendQueueItemIdentifierList(getIdentList());
}
}
@Override
public boolean isCompressable() {