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

axis2_http_client.h File Reference

axis2 HTTP Header name:value pair implementation More...

#include <axis2_const.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_http_simple_response.h>
#include <axis2_http_simple_request.h>
#include <axis2_url.h>

Go to the source code of this file.

Defines

#define AXIS2_HTTP_CLIENT_SEND(client, env, request)   ((client)->ops->send(client, env, request))
#define AXIS2_HTTP_CLIENT_RECIEVE_HEADER(client, env)   ((client)->ops->recieve_header(client, env))
#define AXIS2_HTTP_CLIENT_GET_RESPONSE(client, env)   ((client)->ops->get_response(client, env))
#define AXIS2_HTTP_CLIENT_SET_URL(client, env, url)   ((client)->ops->set_url(client, env, url))
#define AXIS2_HTTP_CLIENT_GET_URL(client, env)   ((client)->ops->get_url(client, env))
#define AXIS2_HTTP_CLIENT_SET_TIMEOUT(client, env, timeout)
#define AXIS2_HTTP_CLIENT_GET_TIMEOUT(client, env)   ((client)->ops->get_url(client, env))
#define AXIS2_HTTP_CLIENT_SET_PROXY(client, env, proxy_host, proxy_port)
#define AXIS2_HTTP_CLIENT_GET_PROXY(client, env)   ((client)->ops->get_proxy(client, env))
#define AXIS2_HTTP_CLIENT_FREE(client, env)   ((client)->ops->free(client, env))

Typedefs

typedef axis2_http_client_ops axis2_http_client_ops_t
typedef axis2_http_client axis2_http_client_t

Functions

AXIS2_EXTERN axis2_http_client_taxis2_http_client_create (const axis2_env_t *env, axis2_url_t *url)
axis2_status_t axis2_http_client_free_void_arg (void *client, const axis2_env_t *env)


Detailed Description

axis2 HTTP Header name:value pair implementation


Define Documentation

#define AXIS2_HTTP_CLIENT_SET_PROXY client,
env,
proxy_host,
proxy_port   ) 
 

Value:

((client)->ops->set_proxy(client, env,\
                        proxy_host, proxy_port))

#define AXIS2_HTTP_CLIENT_SET_TIMEOUT client,
env,
timeout   ) 
 

Value:

((client)->ops->set_timeout(client, env,\
                        timeout))


Function Documentation

axis2_status_t axis2_http_client_free_void_arg void *  client,
const axis2_env_t env
 

Free http_client passed as void pointer. This will be cast into appropriate type and then pass the cast object into the http_client structure's free method


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