Class BodyPartParser.BodyPartStart
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart
- All Implemented Interfaces:
- Serializable,- BodyPartParser.Output,- BodyPartParser.PartStart,- scala.Equals,- scala.Product
- Enclosing class:
- BodyPartParser
public static final class BodyPartParser.BodyPartStart
extends Object
implements BodyPartParser.PartStart, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBodyPartStart(scala.collection.immutable.List<HttpHeader> headers, scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output, org.apache.pekko.NotUsed>, BodyPartEntity> createEntity) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>, BodyPartEntity> scala.collection.immutable.List<HttpHeader>headers()Methods 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.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
BodyPartStartpublic BodyPartStart(scala.collection.immutable.List<HttpHeader> headers, scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output, org.apache.pekko.NotUsed>, BodyPartEntity> createEntity) 
 
- 
- 
Method Details- 
headers
- 
createEntitypublic scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>, createEntity()BodyPartEntity> 
 
-