Class TFramedTransport.Factory
- java.lang.Object
-
- org.apache.thrift.transport.TTransportFactory
-
- org.apache.thrift.transport.layered.TFramedTransport.Factory
-
- Enclosing class:
- TFramedTransport
public static class TFramedTransport.Factory extends TTransportFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TTransportgetTransport(TTransport base)Return a wrapped instance of the base Transport.
-
-
-
Method Detail
-
getTransport
public TTransport getTransport(TTransport base) throws TTransportException
Description copied from class:TTransportFactoryReturn a wrapped instance of the base Transport.- Overrides:
getTransportin classTTransportFactory- Parameters:
base- The base transport- Returns:
- Wrapped Transport
- Throws:
TTransportException
-
-