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

#include <h2_stream.h>

Public Attributes

void * ctx
 
h2_stream_state_cbon_state_enter
 
h2_stream_state_cbon_state_invalid
 
h2_stream_event_cbon_state_event
 
h2_stream_event_cbon_event
 

Detailed Description

Callback structure for events and stream state transisitions

Definition at line 55 of file h2_stream.h.

Member Data Documentation

◆ ctx

void* h2_stream_monitor::ctx

Definition at line 56 of file h2_stream.h.

◆ on_event

h2_stream_event_cb* h2_stream_monitor::on_event

Definition at line 62 of file h2_stream.h.

◆ on_state_enter

h2_stream_state_cb* h2_stream_monitor::on_state_enter

Definition at line 57 of file h2_stream.h.

◆ on_state_event

h2_stream_event_cb* h2_stream_monitor::on_state_event

Definition at line 60 of file h2_stream.h.

◆ on_state_invalid

h2_stream_state_cb* h2_stream_monitor::on_state_invalid

Definition at line 58 of file h2_stream.h.


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