proxygen
fizz::client::EarlyDataParams Struct Reference

#include <State.h>

Public Attributes

ProtocolVersion version
 
CipherSuite cipher
 
std::shared_ptr< const CertserverCert
 
std::shared_ptr< const CertclientCert
 
folly::Optional< std::stringalpn
 
Buf earlyExporterSecret
 

Detailed Description

Connection parameters for data sent as early data.

If early data is rejected, the negotiated parameters may not be the same.

Definition at line 49 of file State.h.

Member Data Documentation

std::shared_ptr<const Cert> fizz::client::EarlyDataParams::clientCert
Buf fizz::client::EarlyDataParams::earlyExporterSecret

Definition at line 55 of file State.h.

Referenced by fizz::client::test::ClientProtocolTest::getEarlyDataParams().

std::shared_ptr<const Cert> fizz::client::EarlyDataParams::serverCert

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