proxygen
HTTPDefaultSessionCodecFactory.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015-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. An additional grant
7  * of patent rights can be found in the PATENTS file in the same directory.
8  *
9  */
10 #pragma once
11 
15 
16 namespace proxygen {
17 
19  public:
21  const AcceptorConfiguration& accConfig);
23 
27  std::unique_ptr<HTTPCodec> getCodec(const std::string& nextProtocol,
28  TransportDirection direction,
29  bool isTLS) override;
30 
31  protected:
35 };
36 
37 } // proxygen
const char * string
Definition: Conv.cpp:212
std::unique_ptr< HTTPCodec > getCodec(const std::string &nextProtocol, TransportDirection direction, bool isTLS) override
HTTPDefaultSessionCodecFactory(const AcceptorConfiguration &accConfig)