A brief file description. More...
#include "ink_config.h"
#include "Allocator.h"
#include "HttpClientSession.h"
#include "HttpSM.h"
#include "HttpDebugNames.h"
#include "HttpServerSession.h"
#include "Plugin.h"
Go to the source code of this file.
Defines | |
#define | DebugHttpSsn(fmt,...) DebugSsn(this, "http_cs", fmt, __VA_ARGS__) |
#define | STATE_ENTER(state_name, event, vio) |
Enumerations | |
enum | { HTTP_CS_MAGIC_ALIVE = 0x0123F00D, HTTP_CS_MAGIC_DEAD = 0xDEADF00D } |
Variables | |
DLL< HttpClientSession > | debug_cs_list |
ink_mutex | debug_cs_list_mutex |
ClassAllocator< HttpClientSession > | httpClientSessionAllocator ("httpClientSessionAllocator") |
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 HttpClientSession.cc.
#define DebugHttpSsn | ( | fmt, | ||
... | ||||
) | DebugSsn(this, "http_cs", fmt, __VA_ARGS__) |
Definition at line 41 of file HttpClientSession.cc.
Referenced by HttpClientSession::attach_server_session(), HttpClientSession::destroy(), HttpClientSession::do_io_close(), HttpClientSession::do_io_write(), HttpClientSession::new_connection(), HttpClientSession::new_transaction(), and HttpClientSession::release().
#define STATE_ENTER | ( | state_name, | ||
event, | ||||
vio | ||||
) |
do { \ /*ink_assert (magic == HTTP_SM_MAGIC_ALIVE); REMEMBER (event, NULL, reentrancy_count); */ \ DebugHttpSsn("[%" PRId64 "] [%s, %s]", con_id, #state_name, HttpDebugNames::get_event_name(event)); \ } while(0)
Definition at line 43 of file HttpClientSession.cc.
anonymous enum |
Definition at line 48 of file HttpClientSession.cc.
Definition at line 56 of file HttpClientSession.cc.
Definition at line 57 of file HttpClientSession.cc.
Referenced by HttpClientSession::destroy(), init_HttpProxyServer(), and HttpClientSession::new_connection().
ClassAllocator<HttpClientSession> httpClientSessionAllocator("httpClientSessionAllocator") |
Referenced by HttpSessionAccept::accept(), and HttpClientSession::destroy().