thrift.transport.base

Undocumented in source.

Members

Classes

TBaseTransport
class TBaseTransport

Provides basic fall-back implementations of the TTransport interface.

TTransportException
class TTransportException

Transport-level exception.

TTransportFactory
class TTransportFactory

Makes a TTransport which wraps a given source transport in some way.

TWrapperTransportFactory
class TWrapperTransportFactory(T)

Transport factory for transports which simply wrap an underlying TTransport without requiring additional configuration.

Interfaces

TTransport
interface TTransport

An entity data can be read from and/or written to.

Templates

isTTransport
template isTTransport(T)

Meta-programming helper returning whether the passed type is a TTransport implementation.

Meta