Class HttpEntity.IndefiniteLength

java.lang.Object
akka.http.scaladsl.model.HttpEntity.IndefiniteLength
All Implemented Interfaces:
BodyPartEntity, HttpEntity, HttpEntity.IndefiniteLength, BodyPartEntity, HttpEntity, HttpEntity.WithoutKnownLength, Serializable, scala.Equals, scala.Product
Enclosing interface:
HttpEntity

public static final class HttpEntity.IndefiniteLength extends Object implements HttpEntity.IndefiniteLength, BodyPartEntity, HttpEntity.WithoutKnownLength, scala.Product, Serializable
The model for the entity of a BodyPart with an indefinite length. Note that this type of HttpEntity can only be used for BodyParts.
See Also: