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