thrift.transport.piped

Undocumented in source.

Members

Classes

TPipedTransport
class TPipedTransport(Source = TTransport)

Pipes data request from one transport to another when readEnd() or writeEnd() is called.

Functions

tPipedTransport
TPipedTransport!Source tPipedTransport(Source srcTrans, TTransport dstTrans)

TPipedTransport construction helper to avoid having to explicitly specify the transport types, i.e. to allow the constructor being called using IFTI (see $(DMDBUG 6082, D Bugzilla enhancement request 6082)).

Meta