proxygen
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 
21  public:
22  virtual ~ServerExtensions() = default;
23 
28  virtual std::vector<Extension> getExtensions(const ClientHello& chlo) = 0;
29 };
30 } // namespace fizz
static const std::string chlo
virtual std::vector< Extension > getExtensions(const ClientHello &chlo)=0
virtual ~ServerExtensions()=default
Definition: Actions.h:16