Package akka.http.impl.engine.client
Class PoolFlow.ResponseContext
- java.lang.Object
-
- akka.http.impl.engine.client.PoolFlow.ResponseContext
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PoolFlow
public static class PoolFlow.ResponseContext extends java.lang.Object implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseContext(PoolFlow.RequestContext rc, scala.util.Try<HttpResponse> response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolFlow.RequestContext
rc()
scala.util.Try<HttpResponse>
response()
-
-
-
Constructor Detail
-
ResponseContext
public ResponseContext(PoolFlow.RequestContext rc, scala.util.Try<HttpResponse> response)
-
-
Method Detail
-
rc
public PoolFlow.RequestContext rc()
-
response
public scala.util.Try<HttpResponse> response()
-
-