#include <axis2_http_worker.h>
Public Attributes | |
axis2_bool_t(* | process_request )(axis2_http_worker_t *http_worker, const axis2_env_t *env, axis2_simple_http_svr_conn_t *svr_conn, axis2_http_simple_request_t *simple_request) |
axis2_status_t(* | set_svr_port )(axis2_http_worker_t *http_worker, const axis2_env_t *env, int port) |
axis2_status_t(* | free )(axis2_http_worker_t *http_worker, const axis2_env_t *env) |
axis2_status_t( * axis2_http_worker_ops::free)(axis2_http_worker_t *http_worker, const axis2_env_t *env) |
http_worker | pointer to http worker | |
env | pointer to environment strut |
axis2_bool_t( * axis2_http_worker_ops::process_request)(axis2_http_worker_t *http_worker, const axis2_env_t *env, axis2_simple_http_svr_conn_t *svr_conn, axis2_http_simple_request_t *simple_request) |
http_worker | pointer to http worker | |
env | pointer to environment struct | |
svr_conn | pointer to svr conn | |
simple_request | pointer to simple request |
axis2_status_t( * axis2_http_worker_ops::set_svr_port)(axis2_http_worker_t *http_worker, const axis2_env_t *env, int port) |
http_worker | pointer to http worker | |
env | pointer to environment struct | |
port |