public static final class BodyPartParser.BodyPartStart extends java.lang.Object implements BodyPartParser.PartStart, scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| BodyPartStart(scala.collection.immutable.List<HttpHeader> headers,
             scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>,BodyPartEntity> createEntity) | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>,BodyPartEntity> | createEntity() | 
| scala.collection.immutable.List<HttpHeader> | headers() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BodyPartStart(scala.collection.immutable.List<HttpHeader> headers, scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>,BodyPartEntity> createEntity)
public scala.collection.immutable.List<HttpHeader> headers()
public scala.Function1<org.apache.pekko.stream.scaladsl.Source<BodyPartParser.Output,org.apache.pekko.NotUsed>,BodyPartEntity> createEntity()