Apache HTTPD
Public Attributes | List of all members

#include <ajp.h>

Public Attributes

apr_byte_tbuf
 
apr_size_t header_len
 
apr_size_t len
 
apr_size_t pos
 
int server_side
 
apr_size_t max_size
 

Detailed Description

A structure that represents ajp message

Definition at line 112 of file ajp.h.

Member Data Documentation

◆ buf

apr_byte_t* ajp_msg::buf

The buffer holding a AJP message

Definition at line 115 of file ajp.h.

◆ header_len

apr_size_t ajp_msg::header_len

The length of AJP message header (defaults to AJP_HEADER_LEN)

Definition at line 117 of file ajp.h.

◆ len

apr_size_t ajp_msg::len

The length of AJP message

Definition at line 119 of file ajp.h.

◆ max_size

apr_size_t ajp_msg::max_size

The size of the buffer

Definition at line 125 of file ajp.h.

◆ pos

apr_size_t ajp_msg::pos

The current read position

Definition at line 121 of file ajp.h.

◆ server_side

int ajp_msg::server_side

Flag indicating the origing of the message

Definition at line 123 of file ajp.h.


The documentation for this struct was generated from the following file: