Apache HTTPD
Public Attributes | List of all members
h2_stream Struct Reference

#include <h2_stream.h>

Public Attributes

int id
 
int initiated_on
 
apr_pool_tpool
 
struct h2_sessionsession
 
h2_stream_state_t state
 
apr_time_t created
 
const struct h2_requestrequest
 
struct h2_requestrtmp
 
apr_table_ttrailers_in
 
int request_headers_added
 
int request_headers_failed
 
struct h2_headersresponse
 
struct h2_bucket_beaminput
 
apr_bucket_brigadein_buffer
 
int in_window_size
 
apr_time_t in_last_write
 
struct h2_bucket_beamoutput
 
apr_bucket_brigadeout_buffer
 
int rst_error
 
unsigned int aborted: 1
 
unsigned int scheduled: 1
 
unsigned int input_closed: 1
 
unsigned int push_policy
 
unsigned int sent_trailers: 1
 
unsigned int output_eos: 1
 
conn_recc2
 
const h2_prioritypref_priority
 
apr_off_t out_frames
 
apr_off_t out_frame_octets
 
apr_off_t out_data_frames
 
apr_off_t out_data_octets
 
apr_off_t in_data_frames
 
apr_off_t in_data_octets
 
apr_off_t in_trailer_octets
 
h2_stream_monitormonitor
 

Detailed Description

Definition at line 78 of file h2_stream.h.

Member Data Documentation

◆ aborted

unsigned int h2_stream::aborted

Definition at line 111 of file h2_stream.h.

◆ c2

conn_rec* h2_stream::c2

Definition at line 118 of file h2_stream.h.

◆ created

apr_time_t h2_stream::created

Definition at line 88 of file h2_stream.h.

◆ id

int h2_stream::id

Definition at line 82 of file h2_stream.h.

◆ in_buffer

apr_bucket_brigade* h2_stream::in_buffer

Definition at line 103 of file h2_stream.h.

◆ in_data_frames

apr_off_t h2_stream::in_data_frames

Definition at line 125 of file h2_stream.h.

◆ in_data_octets

apr_off_t h2_stream::in_data_octets

Definition at line 126 of file h2_stream.h.

◆ in_last_write

apr_time_t h2_stream::in_last_write

Definition at line 105 of file h2_stream.h.

◆ in_trailer_octets

apr_off_t h2_stream::in_trailer_octets

Definition at line 127 of file h2_stream.h.

◆ in_window_size

int h2_stream::in_window_size

Definition at line 104 of file h2_stream.h.

◆ initiated_on

int h2_stream::initiated_on

Definition at line 83 of file h2_stream.h.

◆ input

struct h2_bucket_beam* h2_stream::input

Definition at line 102 of file h2_stream.h.

◆ input_closed

unsigned int h2_stream::input_closed

Definition at line 113 of file h2_stream.h.

◆ monitor

h2_stream_monitor* h2_stream::monitor

Definition at line 129 of file h2_stream.h.

◆ out_buffer

apr_bucket_brigade* h2_stream::out_buffer

Definition at line 108 of file h2_stream.h.

◆ out_data_frames

apr_off_t h2_stream::out_data_frames

Definition at line 123 of file h2_stream.h.

◆ out_data_octets

apr_off_t h2_stream::out_data_octets

Definition at line 124 of file h2_stream.h.

◆ out_frame_octets

apr_off_t h2_stream::out_frame_octets

Definition at line 122 of file h2_stream.h.

◆ out_frames

apr_off_t h2_stream::out_frames

Definition at line 121 of file h2_stream.h.

◆ output

struct h2_bucket_beam* h2_stream::output

Definition at line 107 of file h2_stream.h.

◆ output_eos

unsigned int h2_stream::output_eos

Definition at line 116 of file h2_stream.h.

◆ pool

apr_pool_t* h2_stream::pool

Definition at line 84 of file h2_stream.h.

◆ pref_priority

const h2_priority* h2_stream::pref_priority

Definition at line 120 of file h2_stream.h.

◆ push_policy

unsigned int h2_stream::push_policy

Definition at line 114 of file h2_stream.h.

◆ request

const struct h2_request* h2_stream::request

Definition at line 90 of file h2_stream.h.

◆ request_headers_added

int h2_stream::request_headers_added

Definition at line 93 of file h2_stream.h.

◆ request_headers_failed

int h2_stream::request_headers_failed

Definition at line 94 of file h2_stream.h.

◆ response

struct h2_headers* h2_stream::response

Definition at line 99 of file h2_stream.h.

◆ rst_error

int h2_stream::rst_error

Definition at line 110 of file h2_stream.h.

◆ rtmp

struct h2_request* h2_stream::rtmp

Definition at line 91 of file h2_stream.h.

◆ scheduled

unsigned int h2_stream::scheduled

Definition at line 112 of file h2_stream.h.

◆ sent_trailers

unsigned int h2_stream::sent_trailers

Definition at line 115 of file h2_stream.h.

◆ session

struct h2_session* h2_stream::session

Definition at line 85 of file h2_stream.h.

◆ state

h2_stream_state_t h2_stream::state

Definition at line 86 of file h2_stream.h.

◆ trailers_in

apr_table_t* h2_stream::trailers_in

Definition at line 92 of file h2_stream.h.


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