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