OpenSDN source code
|
#include <TBinaryProtocol.h>
Public Member Functions | |
TBinaryProtocolFactoryT () | |
TBinaryProtocolFactoryT (int32_t string_limit, int32_t container_limit, bool strict_read, bool strict_write) | |
virtual | ~TBinaryProtocolFactoryT () |
void | setStringSizeLimit (int32_t string_limit) |
void | setContainerSizeLimit (int32_t container_limit) |
void | setStrict (bool strict_read, bool strict_write) |
boost::shared_ptr< TProtocol > | getProtocol (boost::shared_ptr< TTransport > trans) |
![]() | |
TProtocolFactory () | |
virtual | ~TProtocolFactory () |
Private Attributes | |
int32_t | string_limit_ |
int32_t | container_limit_ |
bool | strict_read_ |
bool | strict_write_ |
Constructs binary protocol handlers
Definition at line 269 of file TBinaryProtocol.h.
|
inline |
Definition at line 271 of file TBinaryProtocol.h.
|
inline |
Definition at line 277 of file TBinaryProtocol.h.
|
inlinevirtual |
Definition at line 284 of file TBinaryProtocol.h.
|
inlinevirtual |
Implements contrail::sandesh::protocol::TProtocolFactory.
Definition at line 299 of file TBinaryProtocol.h.
|
inline |
Definition at line 290 of file TBinaryProtocol.h.
|
inline |
Definition at line 294 of file TBinaryProtocol.h.
|
inline |
Definition at line 286 of file TBinaryProtocol.h.
|
private |
Definition at line 317 of file TBinaryProtocol.h.
|
private |
Definition at line 318 of file TBinaryProtocol.h.
|
private |
Definition at line 319 of file TBinaryProtocol.h.
|
private |
Definition at line 316 of file TBinaryProtocol.h.