A brief file description. More...
#include "P_EventSystem.h"
#include "HttpSM.h"
Go to the source code of this file.
Data Structures | |
class | HttpUpdateSM |
Defines | |
#define | HTTP_SCH_UPDATE_EVENT_WRITTEN (HTTP_SCH_UPDATE_EVENTS_START + 1) |
#define | HTTP_SCH_UPDATE_EVENT_UPDATED (HTTP_SCH_UPDATE_EVENTS_START + 2) |
#define | HTTP_SCH_UPDATE_EVENT_DELETED (HTTP_SCH_UPDATE_EVENTS_START + 3) |
#define | HTTP_SCH_UPDATE_EVENT_NOT_CACHED (HTTP_SCH_UPDATE_EVENTS_START + 4) |
#define | HTTP_SCH_UPDATE_EVENT_ERROR (HTTP_SCH_UPDATE_EVENTS_START + 5) |
#define | HTTP_SCH_UPDATE_EVENT_NO_ACTION (HTTP_SCH_UPDATE_EVENTS_START + 6) |
Functions | |
void | init_http_update_test () |
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 HttpUpdateSM.h.
#define HTTP_SCH_UPDATE_EVENT_DELETED (HTTP_SCH_UPDATE_EVENTS_START + 3) |
Definition at line 43 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
#define HTTP_SCH_UPDATE_EVENT_ERROR (HTTP_SCH_UPDATE_EVENTS_START + 5) |
Definition at line 45 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
#define HTTP_SCH_UPDATE_EVENT_NO_ACTION (HTTP_SCH_UPDATE_EVENTS_START + 6) |
Definition at line 46 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
#define HTTP_SCH_UPDATE_EVENT_NOT_CACHED (HTTP_SCH_UPDATE_EVENTS_START + 4) |
Definition at line 44 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
#define HTTP_SCH_UPDATE_EVENT_UPDATED (HTTP_SCH_UPDATE_EVENTS_START + 2) |
Definition at line 42 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
#define HTTP_SCH_UPDATE_EVENT_WRITTEN (HTTP_SCH_UPDATE_EVENTS_START + 1) |
Definition at line 41 of file HttpUpdateSM.h.
Referenced by HttpDebugNames::get_event_name(), and UpdateSM::http_scheme_postproc().
void init_http_update_test | ( | ) |
Definition at line 114 of file HttpUpdateTester.cc.
References eventProcessor, new_ProxyMutex(), EventProcessor::schedule_imm(), and Warning.
Referenced by start_HttpProxyServer().