Defines | Enumerations | Variables

HttpClientSession.cc File Reference

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"
Include dependency graph for HttpClientSession.cc:

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< HttpClientSessiondebug_cs_list
ink_mutex debug_cs_list_mutex
ClassAllocator< HttpClientSessionhttpClientSessionAllocator ("httpClientSessionAllocator")

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


Define Documentation

#define DebugHttpSsn (   fmt,
  ... 
)    DebugSsn(this, "http_cs", fmt, __VA_ARGS__)
#define STATE_ENTER (   state_name,
  event,
  vio 
)
Value:
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.


Enumeration Type Documentation

anonymous enum
Enumerator:
HTTP_CS_MAGIC_ALIVE 
HTTP_CS_MAGIC_DEAD 

Definition at line 48 of file HttpClientSession.cc.


Variable Documentation

Definition at line 56 of file HttpClientSession.cc.