Package akka.http.scaladsl.model
Class HttpEntity.LastChunk$
- java.lang.Object
-
- akka.http.javadsl.model.HttpEntity.ChunkStreamPart
-
- akka.http.scaladsl.model.HttpEntity.ChunkStreamPart
-
- akka.http.scaladsl.model.HttpEntity.LastChunk
-
- akka.http.scaladsl.model.HttpEntity.LastChunk$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- HttpEntity
public static class HttpEntity.LastChunk$ extends HttpEntity.LastChunk
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HttpEntity.LastChunk$
MODULE$
Static reference to the singleton instance of this Scala object.-
Fields inherited from class akka.http.javadsl.model.HttpEntity.ChunkStreamPart
LAST
-
-
Constructor Summary
Constructors Constructor Description LastChunk$()
-
Method Summary
-
Methods inherited from class akka.http.scaladsl.model.HttpEntity.LastChunk
data, extension, getTrailerHeaders, isLastChunk, trailer
-
Methods inherited from class akka.http.javadsl.model.HttpEntity.ChunkStreamPart
create, create, createLast
-
-
-
-
Field Detail
-
MODULE$
public static final HttpEntity.LastChunk$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-