#include <axis2_http_svr_thread.h>
Public Attributes | |
axis2_status_t(* | run )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
axis2_status_t(* | destroy )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
int(* | get_local_port )(const axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
axis2_bool_t(* | is_running )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
axis2_status_t(* | set_worker )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env, axis2_http_worker_t *worker) |
axis2_status_t(* | free )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
axis2_status_t( * axis2_http_svr_thread_ops::run)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
svr_thread | pointer to server thread | |
env | pointer to environment struct |
axis2_status_t( * axis2_http_svr_thread_ops::destroy)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
svr_thread | pointer to server thread | |
env | pointer to environment struct |
int( * axis2_http_svr_thread_ops::get_local_port)(const axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
svr_thread | pointer to server thread | |
env | pointer to environment struct |
axis2_bool_t( * axis2_http_svr_thread_ops::is_running)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
svr_thread | pointer to server thread | |
env | pointer to environment struct |
axis2_status_t( * axis2_http_svr_thread_ops::set_worker)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env, axis2_http_worker_t *worker) |
svr_thread | pointer to server thread | |
env | pointer to environment struct | |
worker | pointer to worker |
axis2_status_t( * axis2_http_svr_thread_ops::free)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env) |
svr_thread | pointer to server thread | |
env | pointer to environment struct |