Class BinaryMessage$
java.lang.Object
org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BinaryMessage$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadapt
(BinaryMessage msg) create
(org.apache.pekko.stream.javadsl.Source<org.apache.pekko.util.ByteString, ?> dataStream) Creates a streamed binary message.create
(org.apache.pekko.util.ByteString data) Creates a strict binary message.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BinaryMessage$
public BinaryMessage$()
-
-
Method Details
-
create
Creates a strict binary message.- Parameters:
data
- (undocumented)- Returns:
- (undocumented)
-
create
public BinaryMessage create(org.apache.pekko.stream.javadsl.Source<org.apache.pekko.util.ByteString, ?> dataStream) Creates a streamed binary message.- Parameters:
dataStream
- (undocumented)- Returns:
- (undocumented)
-
adapt
-