Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

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.

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


Define Documentation

#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_SET_WORKER svr_thread,
env,
worker   ) 
 

Value:

((svr_thread)->ops->set_worker(svr_thread, env,\
                  worker))


Generated on Fri Jun 16 18:02:33 2006 for Axis2/C by  doxygen 1.4.2