Package akka.http.javadsl.server
Class RequestContext$
- java.lang.Object
-
- akka.http.javadsl.server.RequestContext$
-
public class RequestContext$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RequestContext$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestContext$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestContext
wrap(RequestContext delegate)
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final RequestContext$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
wrap
public RequestContext wrap(RequestContext delegate)
INTERNAL API
-
-