play.api.http.HttpEntity.Strict
A strict entity.
Strict entities are contained entirely in memory.
Value parameters
-
contentType
-
The content type, if known.
-
data
-
The data contained within this entity.
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Return this entity as the given content type.
Return this entity as the given content type.
Attributes
Convert this entity to its Java counterpart.
Convert this entity to its Java counterpart.
Attributes
Consume the data from this entity.
Consume the data from this entity.
Attributes
-
Definition Classes
-
The content length of the entity, if known.
The content length of the entity, if known.
Attributes
The entity as a data stream.
The entity as a data stream.
Attributes
Whether it is known if this entity is empty or not.
Whether it is known if this entity is empty or not.
If this returns true, then the entity is definitely empty. If it returns false, the entity may or may not be empty.
Attributes