-
public final class TextStreamReceiver extends BaseStreamReceiver<String>
-
-
Field Summary
Fields Modifier and Type Field Description private final Flow<String>flowprivate final TextStreamInfoinfo
-
Constructor Summary
Constructors Constructor Description TextStreamReceiver(TextStreamInfo info, Channel<ByteArray> source)
-
Method Summary
Modifier and Type Method Description Flow<String>getFlow()final TextStreamInfogetInfo()-
-
Constructor Detail
-
TextStreamReceiver
TextStreamReceiver(TextStreamInfo info, Channel<ByteArray> source)
-
-
Method Detail
-
getInfo
final TextStreamInfo getInfo()
-
-
-
-