Class HttpEntity.LastChunk

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Direct Known Subclasses:
HttpEntity.LastChunk$
Enclosing interface:
HttpEntity

public static class HttpEntity.LastChunk extends HttpEntity.ChunkStreamPart implements scala.Product, Serializable
The final chunk of a chunk stream. If you don't need extensions or trailer headers you can save an allocation by directly using the LastChunk companion object.
See Also: