OpenSDN source code
|
#include <TTransport.h>
Public Member Functions | |
TTransportFactory () | |
virtual | ~TTransportFactory () |
virtual boost::shared_ptr < TTransport > | getTransport (boost::shared_ptr< TTransport > trans) |
Generic factory class to make an input and output transport out of a source transport. Commonly used inside servers to make input and output streams out of raw clients.
Definition at line 255 of file TTransport.h.
|
inline |
Definition at line 257 of file TTransport.h.
|
inlinevirtual |
Definition at line 259 of file TTransport.h.
|
inlinevirtual |
Default implementation does nothing, just returns the transport given.
Definition at line 264 of file TTransport.h.