clientStream property

Stream<StreamChannel<String>> clientStream
final

A Stream of incoming clients, who can both send and receive string data.

Implementation

final Stream<StreamChannel<String>> clientStream;