object LastChunk extends LastChunk
- Source
- HttpEntity.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LastChunk
- LastChunk
- Serializable
- Product
- Equals
- ChunkStreamPart
- ChunkStreamPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def data(): ByteString
Returns the byte data of this chunk.
Returns the byte data of this chunk. Will be non-empty for every regular chunk. Will be empty for the last chunk.
- Definition Classes
- LastChunk → ChunkStreamPart → ChunkStreamPart
- val extension: String
Returns extensions data for this chunk.
Returns extensions data for this chunk.
- Definition Classes
- LastChunk → ChunkStreamPart → ChunkStreamPart
- def getTrailerHeaders(): Iterable[javadsl.model.HttpHeader]
Java API
Java API
- Definition Classes
- LastChunk → ChunkStreamPart
- def isLastChunk(): Boolean
Returns if this is the last chunk
Returns if this is the last chunk
- Definition Classes
- LastChunk → ChunkStreamPart → ChunkStreamPart
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val trailer: Seq[HttpHeader]
- Definition Classes
- LastChunk