Private Member Functions |
| | Assoc (yazpp_1::SocketManager *socket_manager, yazpp_1::IPDU_Observable *PDU_Observable, std::string host, int timeout) |
| | ~Assoc () |
| void | connectNotify () |
| void | failNotify () |
| void | timeoutNotify () |
| void | recv_GDU (Z_GDU *gdu, int len) |
| void | fixup_nsd (ODR odr, Z_Records *records) |
| void | fixup_nsd (ODR odr, Z_DefaultDiagFormat *nsd) |
| void | fixup_init (ODR odr, Z_InitResponse *initrs) |
| yazpp_1::IPDU_Observer * | sessionNotify (yazpp_1::IPDU_Observable *the_PDU_Observable, int fd) |
Detailed Description
Definition at line 48 of file filter_z3950_client.cpp.
Constructor & Destructor Documentation
| metaproxy_1::filter::Z3950Client::Assoc::Assoc |
( |
yazpp_1::SocketManager * |
socket_manager, |
|
|
yazpp_1::IPDU_Observable * |
PDU_Observable, |
|
|
std::string |
host, |
|
|
int |
timeout |
|
) |
| |
|
private |
| metaproxy_1::filter::Z3950Client::Assoc::~Assoc |
( |
| ) |
|
|
private |
Member Function Documentation
| void metaproxy_1::filter::Z3950Client::Assoc::connectNotify |
( |
| ) |
|
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::failNotify |
( |
| ) |
|
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::fixup_init |
( |
ODR |
odr, |
|
|
Z_InitResponse * |
initrs |
|
) |
| |
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::fixup_nsd |
( |
ODR |
odr, |
|
|
Z_Records * |
records |
|
) |
| |
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::fixup_nsd |
( |
ODR |
odr, |
|
|
Z_DefaultDiagFormat * |
nsd |
|
) |
| |
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::recv_GDU |
( |
Z_GDU * |
gdu, |
|
|
int |
len |
|
) |
| |
|
private |
| yazpp_1::IPDU_Observer* metaproxy_1::filter::Z3950Client::Assoc::sessionNotify |
( |
yazpp_1::IPDU_Observable * |
the_PDU_Observable, |
|
|
int |
fd |
|
) |
| |
|
private |
| void metaproxy_1::filter::Z3950Client::Assoc::timeoutNotify |
( |
| ) |
|
|
private |
Friends And Related Function Documentation
Member Data Documentation
| bool metaproxy_1::filter::Z3950Client::Assoc::m_connected |
|
private |
| bool metaproxy_1::filter::Z3950Client::Assoc::m_destroyed |
|
private |
| bool metaproxy_1::filter::Z3950Client::Assoc::m_has_closed |
|
private |
| std::string metaproxy_1::filter::Z3950Client::Assoc::m_host |
|
private |
| bool metaproxy_1::filter::Z3950Client::Assoc::m_in_use |
|
private |
| Package* metaproxy_1::filter::Z3950Client::Assoc::m_package |
|
private |
| yazpp_1::IPDU_Observable* metaproxy_1::filter::Z3950Client::Assoc::m_PDU_Observable |
|
private |
| int metaproxy_1::filter::Z3950Client::Assoc::m_queue_len |
|
private |
| yazpp_1::SocketManager* metaproxy_1::filter::Z3950Client::Assoc::m_socket_manager |
|
private |
| int metaproxy_1::filter::Z3950Client::Assoc::m_time_connect_max |
|
private |
| int metaproxy_1::filter::Z3950Client::Assoc::m_time_elapsed |
|
private |
| int metaproxy_1::filter::Z3950Client::Assoc::m_time_max |
|
private |
| bool metaproxy_1::filter::Z3950Client::Assoc::m_waiting |
|
private |
The documentation for this class was generated from the following file: