thrift.transport.buffered

Undocumented in source.

Members

Aliases

TBufferedTransportFactory
alias TBufferedTransportFactory = TWrapperTransportFactory!TBufferedTransport

Wraps given transports into TBufferedTransports.

Classes

TBufferedTransport
class TBufferedTransport

Wraps another transport and buffers reads and writes until the internal buffers are exhausted, at which point new data is fetched resp. the accumulated data is written out at once.

Meta