thrift.protocol.compact

Undocumented in source.

Members

Classes

TCompactProtocol
class TCompactProtocol(Transport = TTransport)

D implementation of the Compact protocol.

TCompactProtocolFactory
class TCompactProtocolFactory(Transports...)

TProtocolFactory creating a TCompactProtocol instance for passed in transports.

Functions

tCompactProtocol
TCompactProtocol!Transport tCompactProtocol(Transport trans, int containerSizeLimit, int stringSizeLimit)

TCompactProtocol construction helper to avoid having to explicitly specify the transport type, i.e. to allow the constructor being called using IFTI (see D Bugzilla enhancement requet 6082).

Meta