Class ParserOutput.StreamedEntityCreator<A extends ParserOutput,B extends HttpEntity> 
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityCreator<A,B>
 
org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator<A,B> 
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Function1<org.apache.pekko.stream.scaladsl.Source<A,,- org.apache.pekko.NotUsed>, - B> - scala.Product
- Enclosing interface:
- ParserOutput
public static final class ParserOutput.StreamedEntityCreator<A extends ParserOutput,B extends HttpEntity> 
extends ParserOutput.EntityCreator<A,B>
implements scala.Product, Serializable 
An entity creator that creates the entity from the a source of parts.
- See Also:
- 
Nested Class Summary
- 
Constructor SummaryConstructorsConstructorDescriptionStreamedEntityCreator(scala.Function1<org.apache.pekko.stream.scaladsl.Source<A, org.apache.pekko.NotUsed>, B> creator) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.Function1andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toStringMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
StreamedEntityCreator
 
- 
- 
Method Details- 
creator
- 
apply- Specified by:
- applyin interface- scala.Function1<A extends ParserOutput,- B extends HttpEntity> 
 
 
-