#include <axis2_const.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_simple_http_svr_conn.h>
#include <axis2_http_simple_response.h>
#include <axis2_http_simple_request.h>
#include <axis2_conf_ctx.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_HTTP_WORKER_PROCESS_REQUEST(http_worker, env, svr_conn, simple_request) |
#define | AXIS2_HTTP_WORKER_SET_SVR_PORT(http_worker, env, port) ((http_worker)->ops->set_svr_port(http_worker, env, port)) |
#define | AXIS2_HTTP_WORKER_FREE(http_worker, env) ((http_worker)->ops->free(http_worker, env)) |
Typedefs | |
typedef axis2_http_worker_ops | axis2_http_worker_ops_t |
typedef axis2_http_worker | axis2_http_worker_t |
Functions | |
AXIS2_EXTERN axis2_http_worker_t * | axis2_http_worker_create (const axis2_env_t *env, axis2_conf_ctx_t *conf_ctx) |
|
Value: ((http_worker)->ops->process_request(\ http_worker, env, svr_conn, simple_request)) |