ByteStreamServerChannel constructor

ByteStreamServerChannel(
  1. Stream<List<int>> _input,
  2. StreamSink<List<int>> _output,
  3. Logger? _logger
)

Implementation

ByteStreamServerChannel(this._input, this._output, this._logger);