#include <axis2_http_simple_response.h>
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) |
axis2_status_t( * axis2_http_simple_response_ops::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) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
http_ver | pointer to http_ver | |
status_code | pointer to status code | |
phrase | pointer to phrase |
axis2_char_t*( * axis2_http_simple_response_ops::get_phrase)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
int( * axis2_http_simple_response_ops::get_status_code)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_char_t*( * axis2_http_simple_response_ops::get_http_version)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_char_t*( * axis2_http_simple_response_ops::get_status_line)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_bool_t( * axis2_http_simple_response_ops::contains_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *name) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
name | pointer to name |
axis2_array_list_t*( * axis2_http_simple_response_ops::get_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_http_header_t*( * axis2_http_simple_response_ops::get_first_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
str | pointer to str |
axis2_status_t( * axis2_http_simple_response_ops::remove_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
str | pointer to str |
axis2_status_t( * axis2_http_simple_response_ops::set_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t *header) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
header | pointer to header |
axis2_status_t( * axis2_http_simple_response_ops::set_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t **headers, axis2_ssize_t array_size) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
headers | double pointer to headers | |
array_size |
const axis2_char_t*( * axis2_http_simple_response_ops::get_charset)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_ssize_t( * axis2_http_simple_response_ops::get_content_length)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
const axis2_char_t*( * axis2_http_simple_response_ops::get_content_type)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_http_simple_response_ops::set_body_string)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t *str) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
str | pointer to str |
axis2_status_t( * axis2_http_simple_response_ops::set_body_stream)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_stream_t *stream) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
stream | pointer to stream |
axis2_stream_t*( * axis2_http_simple_response_ops::get_body)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |
axis2_ssize_t( * axis2_http_simple_response_ops::get_body_bytes)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t **buf) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct | |
buf | double pointer to buf |
axis2_status_t( * axis2_http_simple_response_ops::free)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
simple_response | pointer to simple response struct | |
env | pointer to environment struct |