TPipedTransport.this

Constructs a new instance.

By default, only reads are piped (pipeReads = true, pipeWrites = false).

class TPipedTransport(Source = TTransport)
this
if ()

Parameters

srcTrans Source

The transport to which all requests are forwarded.

dstTrans TTransport

The transport the read/written data is copied to.

initialBufferSize size_t

The default size of the read/write buffers, for performance tuning.

Meta