Class BinaryMessage$
java.lang.Object
org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final BinaryMessage$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
createCreates a strict binary message.- Parameters:
- data- (undocumented)
- Returns:
- (undocumented)
 
- 
createpublic 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
 
-