OpenSDN source code
contrail::sandesh::protocol::TProtocolFactory Class Referenceabstract

#include <TProtocol.h>

Inheritance diagram for contrail::sandesh::protocol::TProtocolFactory:

Public Member Functions

 TProtocolFactory ()
 
virtual ~TProtocolFactory ()
 
virtual boost::shared_ptr< TProtocolgetProtocol (boost::shared_ptr< TTransport > trans)=0
 

Detailed Description

Constructs input and output protocol objects given transports.

Definition at line 876 of file TProtocol.h.

Constructor & Destructor Documentation

◆ TProtocolFactory()

contrail::sandesh::protocol::TProtocolFactory::TProtocolFactory ( )
inline

Definition at line 878 of file TProtocol.h.

◆ ~TProtocolFactory()

virtual contrail::sandesh::protocol::TProtocolFactory::~TProtocolFactory ( )
inlinevirtual

Definition at line 880 of file TProtocol.h.

Member Function Documentation

◆ getProtocol()

virtual boost::shared_ptr<TProtocol> contrail::sandesh::protocol::TProtocolFactory::getProtocol ( boost::shared_ptr< TTransport trans)
pure virtual

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