axis2_http_svr_thread.h File Reference

axis2 HTTP server listning thread implementation More...

#include <axis2_const.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_http_worker.h>

Go to the source code of this file.

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_taxis2_http_svr_thread_create (const axis2_env_t *env, int port)

Variables

int axis2_http_socket_read_timeout


Detailed Description

axis2 HTTP server listning thread implementation


Generated on Wed Dec 20 20:34:51 2006 for Axis2/C by  doxygen 1.5.1