-
public final class ByteStreamSender extends BaseStreamSender<ByteArray>
A stream sender for sending byte-based messages (e.g. files, images, etc.)
-
-
Field Summary
Fields Modifier and Type Field Description private final ByteStreamInfoinfoprivate final BooleanisOpen
-
Constructor Summary
Constructors Constructor Description ByteStreamSender(ByteStreamInfo info, StreamDestination<ByteArray> destination)
-
Method Summary
Modifier and Type Method Description final ByteStreamInfogetInfo()final BooleangetIsOpen()-
-
Constructor Detail
-
ByteStreamSender
ByteStreamSender(ByteStreamInfo info, StreamDestination<ByteArray> destination)
-
-
Method Detail
-
getInfo
final ByteStreamInfo getInfo()
-
-
-
-