proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
ServerExtensions.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/record/Types.h
>
12
13
namespace
fizz
{
14
20
class
ServerExtensions
{
21
public
:
22
virtual
~ServerExtensions
() =
default
;
23
28
virtual
std::vector<Extension>
getExtensions
(
const
ClientHello
&
chlo
) = 0;
29
};
30
}
// namespace fizz
Types.h
fizz::ServerExtensions
Definition:
ServerExtensions.h:20
chlo
static const std::string chlo
Definition:
HandshakeTypesTest.cpp:23
fizz::ServerExtensions::getExtensions
virtual std::vector< Extension > getExtensions(const ClientHello &chlo)=0
fizz::ServerExtensions::~ServerExtensions
virtual ~ServerExtensions()=default
fizz
Definition:
Actions.h:16
fizz::ClientHello
Definition:
Types.h:186
proxygen
fizz
fizz
server
ServerExtensions.h
Generated by
1.8.11