Package akka.http.impl.util
Class ByteArrayRendering
- java.lang.Object
-
- akka.http.impl.util.ByteArrayRendering
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.impl.util.Rendering
Rendering.$u002C$u0020$, Rendering.CrLf$, Rendering.Empty$
-
-
Constructor Summary
Constructors Constructor Description ByteArrayRendering(int sizeHint)
ByteArrayRendering(int sizeHint, scala.Function1<java.lang.String,scala.runtime.BoxedUnit> logDiscardedHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.util.ByteString
asByteString()
protected boolean
check(int mark)
byte[]
get()
protected int
mark()
int
remainingCapacity()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.Rendering
putEscaped, putReplaced
-
-