Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSslContext::NPNContext Struct Reference

#include <qsslcontext_openssl_p.h>

Collaboration diagram for QSslContext::NPNContext:

Public Member Functions

 NPNContext ()

Public Attributes

unsigned char * data
unsigned short len
QSslConfiguration::NextProtocolNegotiationStatus status

Detailed Description

Definition at line 59 of file qsslcontext_openssl_p.h.

Constructor & Destructor Documentation

◆ NPNContext()

QSslContext::NPNContext::NPNContext ( )
inline

Definition at line 60 of file qsslcontext_openssl_p.h.

References NPNContext(), data, and len.

Referenced by NPNContext().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ data

unsigned char* QSslContext::NPNContext::data

Definition at line 64 of file qsslcontext_openssl_p.h.

Referenced by NPNContext(), and next_proto_cb().

◆ len

unsigned short QSslContext::NPNContext::len

Definition at line 65 of file qsslcontext_openssl_p.h.

Referenced by NPNContext(), and next_proto_cb().

◆ status

QSslConfiguration::NextProtocolNegotiationStatus QSslContext::NPNContext::status

Definition at line 66 of file qsslcontext_openssl_p.h.


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