Class HttpRequestRendererFactory.RequestRenderingOutput$.Streamed
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Streamed
- All Implemented Interfaces:
Serializable
,HttpRequestRendererFactory.RequestRenderingOutput
,scala.Equals
,scala.Product
- Enclosing class:
- HttpRequestRendererFactory.RequestRenderingOutput$
public static class HttpRequestRendererFactory.RequestRenderingOutput$.Streamed
extends Object
implements HttpRequestRendererFactory.RequestRenderingOutput, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Streamed
public Streamed(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> byteStream)
-
-
Method Details
-
byteStream
public org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> byteStream()- Specified by:
byteStream
in interfaceHttpRequestRendererFactory.RequestRenderingOutput
-