|
Squid Web Cache master
|
dials clientListenerConnectionOpened call More...
Public Types | |
| typedef void(* | Handler) (AnyP::PortCfgPointer &portCfg, const Ipc::FdNoteId note, const Subscription::Pointer &sub) |
| using | Answer = Ipc::StartListeningAnswer |
Public Member Functions | |
| ListeningStartedDialer (Handler aHandler, AnyP::PortCfgPointer &aPortCfg, const Ipc::FdNoteId note, const Subscription::Pointer &aSub) | |
| void | print (std::ostream &os) const override |
| virtual bool | canDial (AsyncCall &) const |
| virtual void | dial (AsyncCall &) |
| Ipc::StartListeningAnswer & | answer () override |
| callback results setter | |
Public Attributes | |
| Handler | handler |
Private Attributes | |
| Ipc::StartListeningAnswer | answer_ |
| StartListening() results. | |
| AnyP::PortCfgPointer | portCfg |
| from HttpPortList | |
| Ipc::FdNoteId | portTypeNote |
| Type of IPC socket being opened. | |
| Subscription::Pointer | sub |
| The handler to be subscribed for this connection listener. | |
Definition at line 152 of file client_side.cc.
|
inherited |
Definition at line 21 of file AsyncCallbacks.h.
| typedef void(* ListeningStartedDialer::Handler) (AnyP::PortCfgPointer &portCfg, const Ipc::FdNoteId note, const Subscription::Pointer &sub) |
Definition at line 157 of file client_side.cc.
|
inline |
Definition at line 158 of file client_side.cc.
|
inlineoverridevirtual |
Implements WithAnswer< Ipc::StartListeningAnswer >.
Definition at line 170 of file client_side.cc.
References answer_.
|
inlinevirtual |
Definition at line 166 of file client_side.cc.
|
inlinevirtual |
Definition at line 167 of file client_side.cc.
References handler, portCfg, portTypeNote, and sub.
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 162 of file client_side.cc.
References answer_, portCfg, and portTypeNote.
|
private |
Definition at line 177 of file client_side.cc.
| Handler ListeningStartedDialer::handler |
Definition at line 173 of file client_side.cc.
Referenced by dial().
|
private |
Definition at line 178 of file client_side.cc.
|
private |
Definition at line 179 of file client_side.cc.
|
private |
Definition at line 180 of file client_side.cc.
Referenced by dial().