proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
EarlyDataRejectionPolicy.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018-present, Facebook, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the BSD-style license found in the
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
#pragma once
10
11
#include <
fizz/client/State.h
>
12
13
namespace
fizz
{
14
namespace
client {
15
16
enum class
EarlyDataRejectionPolicy
{
21
FatalConnectionError
,
22
32
AutomaticResend
,
33
};
34
35
bool
earlyParametersMatch
(
const
State
&);
36
37
}
// namespace client
38
}
// namespace fizz
fizz::client::EarlyDataRejectionPolicy
EarlyDataRejectionPolicy
Definition:
EarlyDataRejectionPolicy.h:16
fizz::client::EarlyDataRejectionPolicy::AutomaticResend
fizz::client::earlyParametersMatch
bool earlyParametersMatch(const State &state)
Definition:
EarlyDataRejectionPolicy.cpp:22
fizz
Definition:
Actions.h:16
fizz::client::EarlyDataRejectionPolicy::FatalConnectionError
fizz::client::State
Definition:
State.h:58
State.h
proxygen
fizz
fizz
client
EarlyDataRejectionPolicy.h
Generated by
1.8.11