#include <TransformInternal.h>
Inherits Continuation.
Public Member Functions | |
TransformControl () | |
int | handle_event (int event, void *edata) |
Data Fields | |
APIHooks | m_hooks |
VConnection * | m_tvc |
IOBufferReader * | m_read_buf |
MIOBuffer * | m_write_buf |
Definition at line 90 of file TransformInternal.h.
TransformControl::TransformControl | ( | ) |
Definition at line 523 of file Transform.cc.
References APIHooks::append(), handle_event(), m_hooks, new_ProxyMutex(), TransformProcessor::null_transform(), and SET_HANDLER.
int TransformControl::handle_event | ( | int | event, | |
void * | edata | |||
) |
Definition at line 535 of file Transform.cc.
References MIOBuffer::alloc_reader(), MIOBuffer::buf_end(), VConnection::do_io_close(), VConnection::do_io_read(), VConnection::do_io_write(), MIOBuffer::end(), EVENT_IMMEDIATE, MIOBuffer::fill(), free_MIOBuffer(), APIHooks::get(), FeatureAPIHooks< ID, N >::get(), http_global_hooks, ink_assert, INT64_MAX, m_hooks, m_read_buf, m_tvc, m_write_buf, IOBufferReader::mbuf, new_empty_MIOBuffer, new_MIOBuffer, TransformProcessor::open(), TRANSFORM_READ_READY, TS_HTTP_RESPONSE_TRANSFORM_HOOK, VC_EVENT_EOS, VC_EVENT_READ_COMPLETE, and VC_EVENT_WRITE_COMPLETE.
Referenced by TransformControl().
Definition at line 98 of file TransformInternal.h.
Referenced by handle_event(), and TransformControl().
Definition at line 100 of file TransformInternal.h.
Referenced by handle_event().
Definition at line 99 of file TransformInternal.h.
Referenced by handle_event().
Definition at line 101 of file TransformInternal.h.
Referenced by handle_event().