|
Squid Web Cache master
|
#include <DelayIdComposite.h>
Public Types | |
| typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
| ~DelayIdComposite () override | |
| virtual int | bytesWanted (int min, int max) const =0 |
| virtual void | bytesIn (int qty)=0 |
| virtual void | delayRead (const AsyncCallPointer &) |
Definition at line 19 of file DelayIdComposite.h.
Definition at line 23 of file DelayIdComposite.h.
|
inlineoverride |
Definition at line 24 of file DelayIdComposite.h.
|
pure virtual |
Implemented in Aggregate::AggregateId, VectorPool::Id, ClassCHostPool::Id, DelayTagged::Id, DelayUser::Id, DelayVector::Id, and NullDelayId.
Referenced by DelayId::bytesIn().
Implemented in Aggregate::AggregateId, VectorPool::Id, ClassCHostPool::Id, DelayTagged::Id, DelayUser::Id, DelayVector::Id, and NullDelayId.
Referenced by DelayId::bytesWanted().
|
inlinevirtual |
Reimplemented in Aggregate::AggregateId, DelayTagged::Id, and DelayVector::Id.
Definition at line 29 of file DelayIdComposite.h.
References fatal().
Referenced by DelayId::delayRead().