HTTP-2-lib
Data Fields
ClientSessionData Struct Reference

Struct for holding all data for each individual connection and client session. More...

#include <h2_structs.hpp>

Data Fields

struct bufferevent * bufferEvent
 
struct ApplicationContextappCtx
 
char * clientAddress
 
nghttp2_hd_inflater * inflater
 
nghttp2_hd_deflater * deflater
 

Detailed Description

Struct for holding all data for each individual connection and client session.

Field Documentation

◆ appCtx

struct ApplicationContext* ClientSessionData::appCtx

◆ bufferEvent

struct bufferevent* ClientSessionData::bufferEvent

◆ clientAddress

char* ClientSessionData::clientAddress

◆ deflater

nghttp2_hd_deflater* ClientSessionData::deflater

◆ inflater

nghttp2_hd_inflater* ClientSessionData::inflater

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