proxygen
|
#include <Types.h>
Public Attributes | |
uint32_t | ticket_lifetime |
uint32_t | ticket_age_add |
Buf | ticket_nonce |
Buf | ticket |
std::vector< Extension > | extensions |
Public Attributes inherited from fizz::HandshakeStruct< Event::NewSessionTicket, HandshakeType::new_session_ticket > | |
folly::Optional< Buf > | originalEncoding |
Additional Inherited Members | |
Static Public Attributes inherited from fizz::HandshakeStruct< Event::NewSessionTicket, HandshakeType::new_session_ticket > | |
static constexpr HandshakeType | handshake_type |
Static Public Attributes inherited from fizz::EventType< e > | |
static constexpr Event | event = e |
std::vector<Extension> fizz::NewSessionTicket::extensions |
Definition at line 289 of file Types.h.
Referenced by fizz::decode< NewSessionTicket >(), fizz::sm::getMaxEarlyDataSize(), and fizz::sm::writeNewSessionTicket().
Buf fizz::NewSessionTicket::ticket |
Definition at line 288 of file Types.h.
Referenced by fizz::decode< NewSessionTicket >(), fizz::test::TestMessages::newSessionTicket(), and fizz::sm::writeNewSessionTicket().
uint32_t fizz::NewSessionTicket::ticket_age_add |
Definition at line 285 of file Types.h.
Referenced by fizz::decode< NewSessionTicket >(), fizz::test::TestMessages::newSessionTicket(), and fizz::sm::writeNewSessionTicket().
uint32_t fizz::NewSessionTicket::ticket_lifetime |
Definition at line 284 of file Types.h.
Referenced by fizz::decode< NewSessionTicket >(), fizz::test::TestMessages::newSessionTicket(), and fizz::sm::writeNewSessionTicket().
Buf fizz::NewSessionTicket::ticket_nonce |
Definition at line 287 of file Types.h.
Referenced by fizz::decode< NewSessionTicket >(), fizz::test::TestMessages::newSessionTicket(), and fizz::sm::writeNewSessionTicket().