Package akka.http.impl.engine.rendering
Class HttpRequestRendererFactory$
- java.lang.Object
-
- akka.http.impl.engine.rendering.HttpRequestRendererFactory$
-
public class HttpRequestRendererFactory$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static HttpRequestRendererFactory$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpRequestRendererFactory$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.util.ByteString
renderStrict(RequestRenderingContext ctx, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-
-
-
Field Detail
-
MODULE$
public static final HttpRequestRendererFactory$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
renderStrict
public akka.util.ByteString renderStrict(RequestRenderingContext ctx, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-
-