Inquirer.cc
Go to the documentation of this file.
RefCount< AsyncCallT< Dialer > > asyncCall(int aDebugSection, int aDebugLevel, const char *aName, const Dialer &aDialer)
Definition: AsyncCall.h:156
void error(char *format,...)
Definition: CommCalls.h:166
Definition: CommCalls.h:128
virtual void handleException(const std::exception &e)
do specific exception handling
Definition: Inquirer.cc:152
Definition: RefCount.h:28
Definition: Inquirer.h:27
void noteCommClosed(const CommCloseCbParams ¶ms)
called when the some external force closed our socket
Definition: Inquirer.cc:87
bool aggregate(Ipc::Response::Pointer aResponse) override
perform aggregating of responses and returns true if need to continue
Definition: Inquirer.cc:73
Inquirer(const Request &aRequest, const Ipc::StrandCoords &coords)
Definition: Inquirer.cc:24
void handleException(const std::exception &e) override
do specific exception handling
Definition: Inquirer.cc:66
Definition: Response.h:24
AsyncCall::Pointer comm_add_close_handler(int fd, CLCB *handler, void *data)
Definition: comm.cc:949
void comm_remove_close_handler(int fd, CLCB *handler, void *data)
Definition: comm.cc:978
int comm_udp_sendto(int fd, const Ip::Address &to_addr, const void *buf, int len)
Definition: comm.cc:918
CBDATA_NAMESPACED_CLASS_INIT(Mgr, Inquirer)
Definition: IpcIoFile.h:24
const Comm::ConnectionPointer & ImportFdIntoComm(const Comm::ConnectionPointer &conn, int socktype, int protocol, FdNoteId noteId)
import socket fd from another strand into our Comm state
Definition: UdsOp.cc:194
std::vector< StrandCoord > StrandCoords
a collection of strand coordinates; the order, if any, is owner-dependent
Definition: StrandCoords.h:19
Definition: forward.h:15
int snmp_build(struct snmp_session *, struct snmp_pdu *, u_char *, int *)
Definition: snmp_api.c:106