Class HttpEntity.Chunked$
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked$
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- HttpEntity
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpEntity.Chunked$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromData(ContentType contentType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> chunks) Returns aChunkedentity where one Chunk is produced for every non-empty ByteString produced by the givenSource.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Chunked$public Chunked$()
 
- 
- 
Method Details- 
fromDatapublic HttpEntity.Chunked fromData(ContentType contentType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> chunks) Returns aChunkedentity where one Chunk is produced for every non-empty ByteString produced by the givenSource.- Parameters:
- contentType- (undocumented)
- chunks- (undocumented)
- Returns:
- (undocumented)
 
 
-