Package akka.http.impl.util
Class ByteStringRendering
- java.lang.Object
-
- akka.http.impl.util.ByteStringRendering
-
-
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 ByteStringRendering(int sizeHint)ByteStringRendering(int sizeHint, scala.Function1<java.lang.String,scala.runtime.BoxedUnit> logDiscardedHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheck(int mark)akka.util.ByteStringget()protected intmark()-
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
-
-