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

axis2_http_simple_response_ops Struct Reference

HTTP Simple Response ops struct Encapsulator struct for ops of axis2_http_simple_response. More...

#include <axis2_http_simple_response.h>

List of all members.

Public Attributes

axis2_status_t(* set_status_line )(struct axis2_http_simple_response *simple_response, const axis2_env_t *env, const axis2_char_t *http_ver, const int status_code, const axis2_char_t *phrase)
axis2_char_t *(* get_phrase )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
int(* get_status_code )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_char_t *(* get_http_version )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_char_t *(* get_status_line )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_bool_t(* contains_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *name)
axis2_array_list_t *(* get_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_http_header_t *(* get_first_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
axis2_status_t(* remove_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
axis2_status_t(* set_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t *header)
axis2_status_t(* set_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t **headers, axis2_ssize_t array_size)
const axis2_char_t *(* get_charset )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_ssize_t(* get_content_length )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
const axis2_char_t *(* get_content_type )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_status_t(* set_body_string )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t *str)
axis2_status_t(* set_body_stream )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_stream_t *stream)
axis2_stream_t *(* get_body )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_ssize_t(* get_body_bytes )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t **buf)
axis2_status_t(* free )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)


Detailed Description

HTTP Simple Response ops struct Encapsulator struct for ops of axis2_http_simple_response.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:41 2006 for Axis2/C by  doxygen 1.4.2