Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
HttpEntity.type
Members list
Type members
Classlikes
A chunked entity.
A chunked entity.
Value parameters
- chunks
-
The stream of chunks for this entity. Must be zero or more HttpChunk.Chunk elements, followed by zero or one HttpChunk.LastChunk elements. Any elements after the HttpChunk.LastChunk element will be ignored. If no HttpChunk.LastChunk element is sent, then the last chunk will contain no trailers.
- contentType
-
The content type, if known.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpEntityclass Objecttrait Matchableclass AnyShow all
A streamed entity.
A streamed entity.
Value parameters
- contentLength
-
The content length, if known. If no content length is set, then this entity will be close delimited.
- contentType
-
The content type, if known.
- data
-
The stream of data for this entity.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpEntityclass Objecttrait Matchableclass AnyShow all
A strict entity.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpEntityclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type