|
Squid Web Cache master
|
Public Types | |
| typedef UnaryMemFunT< BodyProducer, BodyPipe::Pointer > | Parent |
| typedef void(Job::* | Method) (BodyPipe::Pointer) |
| typedef Job | DestClass |
| typedef CbcPointer< Job > | JobPointer |
Public Member Functions | |
| BodyProducerDialer (const BodyProducer::Pointer &aProducer, Parent::Method aHandler, BodyPipe::Pointer bp) | |
| bool | canDial (AsyncCall &call) override |
| void | print (std::ostream &os) const override |
| void | dial (AsyncCall &call) |
Public Attributes | |
| Method | method |
| BodyPipe::Pointer | arg1 |
| JobPointer | job |
Protected Member Functions | |
| void | doDial () override |
Definition at line 45 of file BodyPipe.cc.
|
inherited |
Definition at line 29 of file AsyncJobCalls.h.
|
inherited |
Definition at line 30 of file AsyncJobCalls.h.
|
inherited |
Definition at line 111 of file AsyncJobCalls.h.
Definition at line 48 of file BodyPipe.cc.
|
inline |
Definition at line 50 of file BodyPipe.cc.
|
overridevirtual |
Reimplemented from JobDialer< Job >.
Definition at line 73 of file BodyPipe.cc.
References UnaryMemFunT< BodyProducer, BodyPipe::Pointer >::arg1, AsyncCall::cancel(), JobDialer< Job >::canDial(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, JobDialer< Job >::job, BodyPipe::status(), and BodyPipe::stillProducing().
Definition at line 171 of file AsyncJobCalls.h.
References Critical, debugs, AsyncCall::debugSection, and AsyncCall::name.
|
inlineoverrideprotectedvirtualinherited |
Implements JobDialer< Job >.
Definition at line 123 of file AsyncJobCalls.h.
|
inlineoverridevirtualinherited |
Implements CallDialer.
Definition at line 116 of file AsyncJobCalls.h.
|
inherited |
Definition at line 120 of file AsyncJobCalls.h.
|
inherited |
Definition at line 38 of file AsyncJobCalls.h.
Referenced by canDial(), BodyConsumerDialer::canDial(), NullaryMemFunT< Job >::doDial(), and UnaryMemFunT< Job, Data, Argument1 >::doDial().
|
inherited |
Definition at line 119 of file AsyncJobCalls.h.