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

    Constructors
    Constructor
    Description
    HeadersAndStreamedEntity(org.apache.pekko.util.ByteString headerBytes, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> remainingData)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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()