Files | |
file | axis2_http_svr_thread.h |
axis2 HTTP server listning thread implementation | |
Classes | |
struct | axis2_http_svr_thread_ops |
struct | axis2_http_svr_thread |
Defines | |
#define | AXIS2_HTTP_SVR_THREAD_RUN(svr_thread, env) ((svr_thread)->ops->run(svr_thread, env)) |
#define | AXIS2_HTTP_SVR_THREAD_DESTROY(svr_thread, env) ((svr_thread)->ops->destroy(svr_thread, env)) |
#define | AXIS2_HTTP_SVR_THREAD_GET_LOCAL_PORT(svr_thread, env) |
#define | AXIS2_HTTP_SVR_THREAD_IS_RUNNING(svr_thread, env) ((svr_thread)->ops->is_running(svr_thread, env)) |
#define | AXIS2_HTTP_SVR_THREAD_SET_WORKER(svr_thread, env, worker) |
#define | AXIS2_HTTP_SVR_THREAD_FREE(svr_thread, env) ((svr_thread)->ops->free(svr_thread, env)) |
Typedefs | |
typedef axis2_http_svr_thread_ops | axis2_http_svr_thread_ops_t |
typedef axis2_http_svr_thread | axis2_http_svr_thread_t |
Functions | |
AXIS2_EXTERN axis2_http_svr_thread_t * | axis2_http_svr_thread_create (const axis2_env_t *env, int port) |
Variables | |
int | axis2_http_socket_read_timeout |
#define AXIS2_HTTP_SVR_THREAD_DESTROY | ( | svr_thread, | |||
env | ) | ((svr_thread)->ops->destroy(svr_thread, env)) |
Destroy.
#define AXIS2_HTTP_SVR_THREAD_FREE | ( | svr_thread, | |||
env | ) | ((svr_thread)->ops->free(svr_thread, env)) |
Frees the http_svr_thread.
#define AXIS2_HTTP_SVR_THREAD_GET_LOCAL_PORT | ( | svr_thread, | |||
env | ) |
Value:
((svr_thread)->ops->get_local_port(svr_thread,\ env))
#define AXIS2_HTTP_SVR_THREAD_IS_RUNNING | ( | svr_thread, | |||
env | ) | ((svr_thread)->ops->is_running(svr_thread, env)) |
Is running.
#define AXIS2_HTTP_SVR_THREAD_RUN | ( | svr_thread, | |||
env | ) | ((svr_thread)->ops->run(svr_thread, env)) |
Run.
#define AXIS2_HTTP_SVR_THREAD_SET_WORKER | ( | svr_thread, | |||
env, | |||||
worker | ) |
Value:
((svr_thread)->ops->set_worker(svr_thread, env,\ worker))
typedef struct axis2_http_svr_thread_ops axis2_http_svr_thread_ops_t |
Type name for struct axist_http_svr_thread_ops
typedef struct axis2_http_svr_thread axis2_http_svr_thread_t |
Type name for struct axist_http_svr_thread
AXIS2_EXTERN axis2_http_svr_thread_t* axis2_http_svr_thread_create | ( | const axis2_env_t * | env, | |
int | port | |||
) |
env | pointer to environment struct | |
port |