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 SummaryFieldsModifier 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.ChunkStreamPartLAST
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunkdata, extension, getTrailerHeaders, isLastChunk, trailerMethods inherited from class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPartcreate, create, createLastMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
LastChunk$public LastChunk$()
 
-