Class HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    HttpResponseRendererFactory.HttpResponseRenderer

    public class HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HeadersAndStreamedEntity​(akka.util.ByteString headerBytes, akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> remainingData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.util.ByteString headerBytes()  
      akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> remainingData()  
      • 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 Detail

      • HeadersAndStreamedEntity

        public HeadersAndStreamedEntity​(akka.util.ByteString headerBytes,
                                        akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> remainingData)
    • Method Detail

      • headerBytes

        public akka.util.ByteString headerBytes()
      • remainingData

        public akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object> remainingData()