|
proxygen
|
#include <SSLContext.h>
Public Member Functions | |
| NextProtocolsItem (int wt, const std::list< std::string > &ptcls) | |
Public Attributes | |
| int | weight |
| std::list< std::string > | protocols |
Definition at line 117 of file SSLContext.h.
|
inline |
Definition at line 118 of file SSLContext.h.
| 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.