Abstract
The OutputStream
to write to.
Disables the Nagle algorithm if noDelay
is true
, otherwise enables it. The Nagle algorithm is enabled
by default, so it is only necessary to call this method if you wish to optimize for low delay instead of
high throughput.
Generated using TypeDoc
The
InputStream
to read from.