proxygen
ResumptionState.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 
12 #include <fizz/protocol/Types.h>
13 #include <fizz/record/Types.h>
14 #include <chrono>
15 
16 namespace fizz {
17 namespace server {
18 
23  std::shared_ptr<const Cert> serverCert;
24  std::shared_ptr<const Cert> clientCert;
25 
28  std::chrono::system_clock::time_point ticketIssueTime;
30 };
31 } // namespace server
32 } // namespace fizz
CipherSuite
Definition: Types.h:153
folly::Optional< std::string > alpn
std::chrono::system_clock::time_point ticketIssueTime
ProtocolVersion
Definition: Types.h:24
Definition: Actions.h:16
std::unique_ptr< folly::IOBuf > Buf
Definition: Types.h:22
std::shared_ptr< const Cert > serverCert
std::shared_ptr< const Cert > clientCert