Class HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- HttpResponseRendererFactory.HttpResponseRenderer
public static class HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
extends Object
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionHeadersAndStreamedEntity(org.apache.pekko.util.ByteString headerBytes, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> remainingData) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.util.ByteStringorg.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> Methods 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
- 
Constructor Details- 
HeadersAndStreamedEntitypublic HeadersAndStreamedEntity(org.apache.pekko.util.ByteString headerBytes, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> remainingData) 
 
- 
- 
Method Details- 
headerBytespublic org.apache.pekko.util.ByteString headerBytes()
- 
remainingDatapublic org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> remainingData()
 
-