Class ResponseRenderingOutput.HttpData
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.HttpData
- All Implemented Interfaces:
- Serializable,- ResponseRenderingOutput,- scala.Equals,- scala.Product
- Enclosing interface:
- ResponseRenderingOutput
public static class ResponseRenderingOutput.HttpData
extends Object
implements ResponseRenderingOutput, scala.Product, Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutputResponseRenderingOutput.HttpData, ResponseRenderingOutput.HttpData$, ResponseRenderingOutput.SwitchToOtherProtocol, ResponseRenderingOutput.SwitchToOtherProtocol$
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
HttpDatapublic HttpData(org.apache.pekko.util.ByteString bytes) 
 
- 
- 
Method Details- 
bytespublic org.apache.pekko.util.ByteString bytes()
 
-