Functions | Variables

HttpTunnel.cc File Reference

A brief file description. More...

#include "ink_config.h"
#include "HttpConfig.h"
#include "HttpTunnel.h"
#include "HttpSM.h"
#include "HttpDebugNames.h"
#include "ParseRules.h"
Include dependency graph for HttpTunnel.cc:

Go to the source code of this file.

Functions

char VcTypeCode (HttpTunnelType_t t)

Variables

static const int min_block_transfer_bytes = 256
static char const *const CHUNK_HEADER_FMT = "\r\n"
static int const CHUNK_IOBUFFER_SIZE_INDEX = MIN_IOBUFFER_SIZE

Detailed Description

A brief file description.

License

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.cc.


Function Documentation

char VcTypeCode ( HttpTunnelType_t  t  ) 

Definition at line 48 of file HttpTunnel.cc.

References HT_CACHE_READ, HT_CACHE_WRITE, HT_HTTP_CLIENT, HT_HTTP_SERVER, and HT_TRANSFORM.


Variable Documentation

char const* const CHUNK_HEADER_FMT = "\r\n" [static]
int const CHUNK_IOBUFFER_SIZE_INDEX = MIN_IOBUFFER_SIZE [static]

Definition at line 45 of file HttpTunnel.cc.

Referenced by ChunkedHandler::init_by_action().

const int min_block_transfer_bytes = 256 [static]

Definition at line 40 of file HttpTunnel.cc.

Referenced by ChunkedHandler::init_by_action().