WriteTransport.getWriteBufferLimits

Get the high- and low-water limits for write flow control.

interface WriteTransport
getWriteBufferLimits
()

Return Value

a tuple (low, high) where low and high are positive number of bytes.

Meta