proxygen
State.h File Reference

Go to the source code of this file.

Classes

struct  fizz::client::EarlyDataParams
 
class  fizz::client::State
 

Namespaces

 fizz
 
 fizz::client
 

Enumerations

enum  fizz::client::StateEnum {
  fizz::client::StateEnum::Uninitialized, fizz::client::StateEnum::ExpectingServerHello, fizz::client::StateEnum::ExpectingEncryptedExtensions, fizz::client::StateEnum::ExpectingCertificate,
  fizz::client::StateEnum::ExpectingCertificateVerify, fizz::client::StateEnum::ExpectingFinished, fizz::client::StateEnum::Established, fizz::client::StateEnum::Error,
  fizz::client::StateEnum::NUM_STATES
}
 
enum  fizz::client::ClientAuthType { fizz::client::ClientAuthType::NotRequested, fizz::client::ClientAuthType::Sent, fizz::client::ClientAuthType::RequestedNoMatch, fizz::client::ClientAuthType::Stored }
 

Functions

folly::StringPiece fizz::toString (client::StateEnum)
 
folly::StringPiece fizz::toString (client::ClientAuthType)
 
std::ostream & fizz::client::operator<< (std::ostream &os, StateEnum state)
 
std::ostream & fizz::client::operator<< (std::ostream &os, ClientAuthType auth)