org.apache.blur.thirdparty.thrift_0_9_0.transport
Class TFramedTransport.Factory
java.lang.Object
org.apache.blur.thirdparty.thrift_0_9_0.transport.TTransportFactory
org.apache.blur.thirdparty.thrift_0_9_0.transport.TFramedTransport.Factory
- Enclosing class:
- TFramedTransport
public static class TFramedTransport.Factory
- extends TTransportFactory
TFramedTransport.Factory
public TFramedTransport.Factory()
TFramedTransport.Factory
public TFramedTransport.Factory(int maxLength)
getTransport
public TTransport getTransport(TTransport base)
- Description copied from class:
TTransportFactory
- Return a wrapped instance of the base Transport.
- Overrides:
getTransport
in class TTransportFactory
- Parameters:
base
- The base transport
- Returns:
- Wrapped Transport
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.