Struct thrift::transport::TFramedTransportFactory
[−]
[src]
pub struct TFramedTransportFactory;
Factory for creating instances of TFramedTransport
.
Methods
impl TFramedTransportFactory
[src]
fn new() -> TFramedTransportFactory
Trait Implementations
impl Default for TFramedTransportFactory
[src]
fn default() -> TFramedTransportFactory
Returns the "default value" for a type. Read more
impl TTransportFactory for TFramedTransportFactory
[src]
fn create(&self, inner: Rc<RefCell<Box<TTransport>>>) -> Box<TTransport>
Create a TTransport
that wraps an inner
transport, thus creating a transport stack. Read more