A brief file description. More...
#include "libts.h"
#include "P_EventSystem.h"
Go to the source code of this file.
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file HttpTunnel.h.
#define ALLOCATE_AND_WRITE_TO_BUF 1 |
Definition at line 56 of file HttpTunnel.h.
#define HTTP_TUNNEL_EVENT_CONSUMER_DETACH (HTTP_TUNNEL_EVENTS_START + 3) |
Definition at line 51 of file HttpTunnel.h.
Referenced by HttpDebugNames::get_event_name(), HttpTunnel::producer_handler(), HttpSM::tunnel_handler_cache_read(), HttpSM::tunnel_handler_plugin_agent(), HttpSM::tunnel_handler_server(), and HttpSM::tunnel_handler_transform_write().
#define HTTP_TUNNEL_EVENT_DONE (HTTP_TUNNEL_EVENTS_START + 1) |
Definition at line 49 of file HttpTunnel.h.
Referenced by HttpDebugNames::get_event_name(), HttpTunnel::main_handler(), HttpSM::state_api_callout(), HttpSM::state_cache_open_write(), HttpSM::state_common_wait_for_transform_read(), HttpSM::tunnel_handler(), HttpSM::tunnel_handler_100_continue(), HttpSM::tunnel_handler_cache_fill(), HttpSM::tunnel_handler_post(), HttpSM::tunnel_handler_push(), and HttpTunnel::tunnel_run().
#define HTTP_TUNNEL_EVENT_PRECOMPLETE (HTTP_TUNNEL_EVENTS_START + 2) |
Definition at line 50 of file HttpTunnel.h.
Referenced by ChunkedHandler::generate_chunked_content(), HttpDebugNames::get_event_name(), HttpTunnel::producer_handler(), HttpTunnel::producer_handler_chunked(), HttpTunnel::producer_handler_dechunked(), HttpSM::tunnel_handler_cache_read(), HttpSM::tunnel_handler_post_ua(), HttpSM::tunnel_handler_server(), HttpSM::tunnel_handler_ssl_producer(), HttpSM::tunnel_handler_transform_read(), and HttpSM::tunnel_handler_ua_push().
#define HTTP_TUNNEL_STATIC_PRODUCER (VConnection*)!0 |
Definition at line 53 of file HttpTunnel.h.
Referenced by HttpTunnel::add_producer(), HttpSM::do_setup_post_tunnel(), HttpSM::setup_100_continue_transfer(), and HttpSM::setup_internal_transfer().
#define MAX_CONSUMERS 4 |
Definition at line 47 of file HttpTunnel.h.
#define MAX_PRODUCERS 2 |
Definition at line 46 of file HttpTunnel.h.
#define WRITE_TO_BUF 2 |
Definition at line 57 of file HttpTunnel.h.
typedef int(HttpSM::* HttpConsumerHandler)(int event, HttpTunnelConsumer *c) |
Definition at line 67 of file HttpTunnel.h.
typedef int(HttpSM::* HttpProducerHandler)(int event, HttpTunnelProducer *p) |
Definition at line 66 of file HttpTunnel.h.
typedef int(HttpSM::* HttpSMHandler)(int event, void *data) |
Definition at line 62 of file HttpTunnel.h.
enum HttpTunnelType_t |
Definition at line 69 of file HttpTunnel.h.
TCA_CHUNK_CONTENT | |
TCA_DECHUNK_CONTENT | |
TCA_PASSTHRU_CHUNKED_CONTENT | |
TCA_PASSTHRU_DECHUNKED_CONTENT |
Definition at line 79 of file HttpTunnel.h.