#include <axis2_simple_http_svr_conn.h>
axis2_status_t( * axis2_simple_http_svr_conn_ops::close)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_bool_t( * axis2_simple_http_svr_conn_ops::is_open)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_simple_http_svr_conn_ops::set_keep_alive)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env, axis2_bool_t keep_alive) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct | |
keep_alive |
axis2_bool_t( * axis2_simple_http_svr_conn_ops::is_keep_alive)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_stream_t*( * axis2_simple_http_svr_conn_ops::get_stream)(const axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_http_response_writer_t*( * axis2_simple_http_svr_conn_ops::get_writer)(const axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_http_simple_request_t*( * axis2_simple_http_svr_conn_ops::read_request)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_simple_http_svr_conn_ops::write_response)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env, axis2_http_simple_response_t *response) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct | |
response | response |
axis2_status_t( * axis2_simple_http_svr_conn_ops::set_rcv_timeout)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env, int timeout) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct | |
timeout | timeout |
axis2_status_t( * axis2_simple_http_svr_conn_ops::set_snd_timeout)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env, int timeout) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct | |
timeout | timeout |
axis2_char_t*( * axis2_simple_http_svr_conn_ops::get_svr_ip)(const axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_simple_http_svr_conn_ops::free)(axis2_simple_http_svr_conn_t *svr_conn, const axis2_env_t *env) |
svr_conn | pointer to server connection struct | |
env | pointer to environment struct |