#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. |
|
|
|
|
|
Execute the given request using BESApacheInterface interface.
|
|
|
|
|
|
Find the request from the URL and convert it to readable format.
|
|
Find the session token from the URL and convert it to readable format.
|
|
Find the username from the URL and convert it to readable format.
|