#include <Transform.h>
| Public Member Functions | |
| void | start () | 
| VConnection * | open (Continuation *cont, APIHook *hooks) | 
| INKVConnInternal * | null_transform (ProxyMutex *mutex) | 
| INKVConnInternal * | range_transform (ProxyMutex *mutex, RangeRecord *ranges, int, HTTPHdr *, const char *content_type, int content_type_len, int64_t content_length) | 
Definition at line 44 of file Transform.h.
| INKVConnInternal * TransformProcessor::null_transform | ( | ProxyMutex * | mutex | ) | 
Definition at line 105 of file Transform.cc.
Referenced by HttpSM::do_post_transform_open(), HttpSM::do_transform_open(), and TransformControl::TransformControl().
| VConnection * TransformProcessor::open | ( | Continuation * | cont, | |
| APIHook * | hooks | |||
| ) | 
Definition at line 92 of file Transform.cc.
Referenced by HttpSM::do_post_transform_open(), HttpSM::do_transform_open(), and TransformControl::handle_event().
| INKVConnInternal * TransformProcessor::range_transform | ( | ProxyMutex * | mutex, | |
| RangeRecord * | ranges, | |||
| int | num_fields, | |||
| HTTPHdr * | transform_resp, | |||
| const char * | content_type, | |||
| int | content_type_len, | |||
| int64_t | content_length | |||
| ) | 
Definition at line 115 of file Transform.cc.
Referenced by HttpSM::do_range_setup_if_necessary().
| void TransformProcessor::start | ( | ) | 
Definition at line 81 of file Transform.cc.
References prefetchProcessor, and PrefetchProcessor::start().
Referenced by main().
 1.7.1
 1.7.1