ProxyProtocol::Two::Tlv Class Reference
a single Type-Length-Value (TLV) block from PROXY protocol specs More...
#include <Elements.h>
Collaboration diagram for ProxyProtocol::Two::Tlv:

Public Types | |
| typedef uint8_t | value_type |
Public Member Functions | |
| Tlv (const value_type t, const SBuf &val) | |
Public Attributes | |
| SBuf | value |
| value_type | type |
Detailed Description
Definition at line 68 of file Elements.h.
Member Typedef Documentation
◆ value_type
| typedef uint8_t ProxyProtocol::Two::Tlv::value_type |
Definition at line 71 of file Elements.h.
Constructor & Destructor Documentation
◆ Tlv()
|
inline |
Definition at line 73 of file Elements.h.
Member Data Documentation
◆ type
| value_type ProxyProtocol::Two::Tlv::type |
Definition at line 76 of file Elements.h.
◆ value
| SBuf ProxyProtocol::Two::Tlv::value |
Definition at line 75 of file Elements.h.
The documentation for this class was generated from the following file:
- src/proxyp/Elements.h
