Package org.apache.pekko.http.impl.util
Class ByteArrayRendering
java.lang.Object
org.apache.pekko.http.impl.util.ByteArrayRendering
- All Implemented Interfaces:
- Rendering
INTERNAL API
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.impl.util.RenderingRendering.$u002C$u0020$, Rendering.CrLf$, Rendering.Empty$
- 
Constructor SummaryConstructorsConstructorDescriptionByteArrayRendering(int sizeHint) ByteArrayRendering(int sizeHint, scala.Function1<String, scala.runtime.BoxedUnit> logDiscardedHeader) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.RenderingputEscaped, putReplaced
- 
Constructor Details- 
ByteArrayRenderingpublic ByteArrayRendering(int sizeHint, scala.Function1<String, scala.runtime.BoxedUnit> logDiscardedHeader) 
- 
ByteArrayRenderingpublic ByteArrayRendering(int sizeHint) 
 
- 
- 
Method Details