Class HttpEntity.LastChunk$
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart
org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
org.apache.pekko.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 org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
LAST -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
data, extension, getTrailerHeaders, isLastChunk, trailerMethods inherited from class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
create, create, createLastMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods 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$()
-