-
public final class TextStreamSender extends BaseStreamSender<String>
-
-
Field Summary
Fields Modifier and Type Field Description private final TextStreamInfoinfoprivate final BooleanisOpen
-
Constructor Summary
Constructors Constructor Description TextStreamSender(TextStreamInfo info, StreamDestination<String> destination)
-
Method Summary
Modifier and Type Method Description final TextStreamInfogetInfo()final BooleangetIsOpen()-
-
Constructor Detail
-
TextStreamSender
TextStreamSender(TextStreamInfo info, StreamDestination<String> destination)
-
-
Method Detail
-
getInfo
final TextStreamInfo getInfo()
-
-
-
-