#include <BESApacheWrapper.h>
Collaboration diagram for BESApacheWrapper:
Public Member Functions | |
BESApacheWrapper () | |
~BESApacheWrapper () | |
int | call_BES (const BESDataRequestInterface &re) |
Execute the given request using BESApacheInterface interface. | |
void | process_request (const char *s) |
Find the request from the URL and convert it to readable format. | |
const char * | get_first_request () |
const char * | get_next_request () |
const char * | process_user (const char *s) |
Find the username from the URL and convert it to readable format. | |
const char * | process_token (const char *s) |
Find the session token from the URL and convert it to readable format. |
BESApacheWrapper::BESApacheWrapper | ( | ) |
BESApacheWrapper::~BESApacheWrapper | ( | ) |
int BESApacheWrapper::call_BES | ( | const BESDataRequestInterface & | re | ) |
Execute the given request using BESApacheInterface interface.
re | BESDataRequestInterface filled in by the apache module holding the request information. |
const char * BESApacheWrapper::get_first_request | ( | ) |
const char * BESApacheWrapper::get_next_request | ( | ) |
void BESApacheWrapper::process_request | ( | const char * | s | ) |
Find the request from the URL and convert it to readable format.
s | URL to convert into an OpenDAP request |
const char * BESApacheWrapper::process_token | ( | const char * | s | ) |
Find the session token from the URL and convert it to readable format.
s | URL to convert into an OpenDAP session token |
const char * BESApacheWrapper::process_user | ( | const char * | s | ) |
Find the username from the URL and convert it to readable format.
s | URL to convert into an OpenDAP user name |