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:
Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- HttpEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpEntity.LastChunk$
Static reference to the singleton instance of this Scala object.Fields inherited from class akka.http.javadsl.model.HttpEntity.ChunkStreamPart
LAST
-
Constructor Summary
Constructors -
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LastChunk$
public LastChunk$()
-