Package akka.http.impl.engine.rendering
Class RequestRenderingContext$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<HttpRequest,Host,scala.Option<scala.concurrent.Future<akka.NotUsed>>,RequestRenderingContext>
-
- akka.http.impl.engine.rendering.RequestRenderingContext$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<HttpRequest,Host,scala.Option<scala.concurrent.Future<akka.NotUsed>>,RequestRenderingContext>
public class RequestRenderingContext$ extends scala.runtime.AbstractFunction3<HttpRequest,Host,scala.Option<scala.concurrent.Future<akka.NotUsed>>,RequestRenderingContext> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RequestRenderingContext$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestRenderingContext$()
-
-
-
Field Detail
-
MODULE$
public static final RequestRenderingContext$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-