proxygen
Params.h File Reference
#include <boost/variant.hpp>
#include <fizz/client/ClientExtensions.h>
#include <fizz/client/PskCache.h>
#include <fizz/protocol/Events.h>
#include <fizz/record/Types.h>
#include <folly/io/IOBuf.h>
#include <folly/io/async/AsyncTransport.h>

Go to the source code of this file.

Classes

struct  fizz::Accept
 
struct  fizz::Connect
 
struct  fizz::EarlyAppWrite
 
struct  fizz::AppWrite
 
struct  fizz::AppData
 
struct  fizz::WriteNewSessionTicket
 
class  fizz::EventVisitor
 
struct  fizz::AppClose
 

Namespaces

 fizz
 
 fizz::server
 
 fizz::client
 

Typedefs

using fizz::Param = boost::variant< ClientHello, ServerHello, EndOfEarlyData, HelloRetryRequest, EncryptedExtensions, CertificateRequest, CompressedCertificate, CertificateMsg, CertificateVerify, Finished, NewSessionTicket, KeyUpdate, Alert, Accept, Connect, AppData, AppWrite, EarlyAppWrite, WriteNewSessionTicket >