FreeRDP
websocket_context Struct Reference
Collaboration diagram for websocket_context:

Data Fields

size_t payloadLength
 
uint32_t maskingKey
 
BOOL masking
 
BOOL closeSent
 
BYTE opcode
 
BYTE fragmentOriginalOpcode
 
BYTE lengthAndMaskPosition
 
WEBSOCKET_STATE state
 
wStreamresponseStreamBuffer
 

Detailed Description

Definition at line 53 of file websocket.h.

Field Documentation

◆ closeSent

BOOL websocket_context::closeSent

Definition at line 58 of file websocket.h.

◆ fragmentOriginalOpcode

BYTE websocket_context::fragmentOriginalOpcode

Definition at line 60 of file websocket.h.

◆ lengthAndMaskPosition

BYTE websocket_context::lengthAndMaskPosition

Definition at line 61 of file websocket.h.

◆ masking

BOOL websocket_context::masking

Definition at line 57 of file websocket.h.

◆ maskingKey

uint32_t websocket_context::maskingKey

Definition at line 56 of file websocket.h.

◆ opcode

BYTE websocket_context::opcode

Definition at line 59 of file websocket.h.

◆ payloadLength

size_t websocket_context::payloadLength

Definition at line 55 of file websocket.h.

◆ responseStreamBuffer

wStream* websocket_context::responseStreamBuffer

Definition at line 63 of file websocket.h.

◆ state

WEBSOCKET_STATE websocket_context::state

Definition at line 62 of file websocket.h.


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