#include <LogCollationHostSM.h>
Inherits LogCollationBase, and Continuation.

Public Member Functions | |
| LogCollationHostSM (NetVConnection *client_vc) | |
| int | host_handler (int event, void *data) |
| int | read_handler (int event, void *data) |
Definition at line 44 of file LogCollationHostSM.h.
| LogCollationHostSM::LogCollationHostSM | ( | NetVConnection * | client_vc | ) |
Definition at line 63 of file LogCollationHostSM.cc.
References Debug, NetVConnection::get_remote_ip(), NetVConnection::get_remote_port(), host_handler(), ink_assert, LogCollationBase::LOG_COLL_EVENT_SWITCH, Note, and SET_HANDLER.
| int LogCollationHostSM::host_handler | ( | int | event, | |
| void * | data | |||
| ) |
Definition at line 103 of file LogCollationHostSM.cc.
References ink_assert.
Referenced by LogCollationHostSM().
| int LogCollationHostSM::read_handler | ( | int | event, | |
| void * | data | |||
| ) |
Definition at line 127 of file LogCollationHostSM.cc.
References ink_assert.
1.7.1