proxygen
folly::SSLContext::NextProtocolsItem Struct Reference

#include <SSLContext.h>

Public Member Functions

 NextProtocolsItem (int wt, const std::list< std::string > &ptcls)
 

Public Attributes

int weight
 
std::list< std::stringprotocols
 

Detailed Description

Definition at line 117 of file SSLContext.h.

Constructor & Destructor Documentation

folly::SSLContext::NextProtocolsItem::NextProtocolsItem ( int  wt,
const std::list< std::string > &  ptcls 
)
inline

Definition at line 118 of file SSLContext.h.

119  : weight(wt), protocols(ptcls) {}
std::list< std::string > protocols
Definition: SSLContext.h:121

Member Data Documentation

std::list<std::string> folly::SSLContext::NextProtocolsItem::protocols

Definition at line 121 of file SSLContext.h.

int folly::SSLContext::NextProtocolsItem::weight

Definition at line 120 of file SSLContext.h.


The documentation for this struct was generated from the following file: