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 Summary
ConstructorsConstructorDescriptionHeadersAndStreamedEntity
(org.apache.pekko.util.ByteString headerBytes, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> remainingData) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.util.ByteString
org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,
Object> 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
-
Constructor Details
-
HeadersAndStreamedEntity
public HeadersAndStreamedEntity(org.apache.pekko.util.ByteString headerBytes, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> remainingData)
-
-
Method Details
-
headerBytes
public org.apache.pekko.util.ByteString headerBytes() -
remainingData
public org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> remainingData()
-