Data Structures | Defines | Variables

RemapProcessor.h File Reference

A brief file description. More...

#include "I_EventSystem.h"
#include "RemapPlugins.h"
#include "RemapPluginInfo.h"
#include "ReverseProxy.h"
#include <map>
Include dependency graph for RemapProcessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RemapProcessor

Defines

#define EVENT_REMAP_START   (REMAP_EVENT_EVENTS_START+0)
 Remap plugin processor.
#define EVENT_REMAP_ERROR   (REMAP_EVENT_EVENTS_START+1)
#define EVENT_REMAP_COMPLETE   (REMAP_EVENT_EVENTS_START+2)

Variables

RemapProcessor remapProcessor
 the global remapProcessor that everyone uses

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 RemapProcessor.h.


Define Documentation

#define EVENT_REMAP_COMPLETE   (REMAP_EVENT_EVENTS_START+2)
#define EVENT_REMAP_ERROR   (REMAP_EVENT_EVENTS_START+1)

Definition at line 38 of file RemapProcessor.h.

Referenced by RemapProcessor::perform_remap(), and HttpSM::state_remap_request().

#define EVENT_REMAP_START   (REMAP_EVENT_EVENTS_START+0)

Remap plugin processor.

Definition at line 37 of file RemapProcessor.h.


Variable Documentation

the global remapProcessor that everyone uses

Definition at line 26 of file RemapProcessor.cc.

Referenced by HttpSM::do_remap_request(), main(), HttpSM::set_next_state(), and HttpSM::state_remap_request().