public static class PoolFlow.ResponseContext
extends java.lang.Object
implements scala.Product, java.io.Serializable
Constructor and Description |
---|
ResponseContext(PoolFlow.RequestContext rc,
scala.util.Try<HttpResponse> response) |
Modifier and Type | Method and Description |
---|---|
PoolFlow.RequestContext |
rc() |
scala.util.Try<HttpResponse> |
response() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResponseContext(PoolFlow.RequestContext rc, scala.util.Try<HttpResponse> response)
public PoolFlow.RequestContext rc()
public scala.util.Try<HttpResponse> response()