Class BodyPartParser.EntityPart

java.lang.Object
akka.http.impl.engine.parsing.BodyPartParser.EntityPart
All Implemented Interfaces:
BodyPartParser.Output, Serializable, 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
    Constructor
    Description
    EntityPart(akka.util.ByteString data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.util.ByteString
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • EntityPart

      public EntityPart(akka.util.ByteString data)
  • Method Details

    • data

      public akka.util.ByteString data()