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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.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- 
Streamedpublic Streamed(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> byteStream) 
 
- 
- 
Method Details- 
byteStreampublic org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,Object> byteStream()- Specified by:
- byteStreamin interface- HttpRequestRendererFactory.RequestRenderingOutput
 
 
-