thrift.protocol.binary

Undocumented in source.

Members

Classes

TBinaryProtocol
class TBinaryProtocol(Transport = TTransport)

TProtocol implementation of the Binary Thrift protocol.

TBinaryProtocolFactory
class TBinaryProtocolFactory(Transports...)

TProtocolFactory creating a TBinaryProtocol instance for passed in transports.

Functions

tBinaryProtocol
TBinaryProtocol!Transport tBinaryProtocol(Transport trans, int containerSizeLimit, int stringSizeLimit, bool strictRead, bool strictWrite)

TBinaryProtocol 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