Class BodyPartParser.EntityPart
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EntityPart
- All Implemented Interfaces:
Serializable,BodyPartParser.Output,scala.Equals,scala.Product
- Enclosing class:
- BodyPartParser
public static final class BodyPartParser.EntityPart
extends Object
implements BodyPartParser.Output, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
EntityPart
public EntityPart(org.apache.pekko.util.ByteString data)
-
-
Method Details
-
data
public org.apache.pekko.util.ByteString data()
-