Uses of Class
groovyx.net.http.HttpContextDecorator
-
-
Uses of HttpContextDecorator in groovyx.net.http
Fields in groovyx.net.http declared as HttpContextDecorator Modifier and Type Field Description private HttpContextDecorator
HTTPBuilder.RequestConfigDelegate. context
(package private) HttpContextDecorator
HttpResponseDecorator. context
Methods in groovyx.net.http that return HttpContextDecorator Modifier and Type Method Description HttpContextDecorator
HTTPBuilder.RequestConfigDelegate. getContext()
Get theHttpContext
that will be used for this request.HttpContextDecorator
HttpResponseDecorator. getContext()
Get the execution context used during this requestConstructors in groovyx.net.http with parameters of type HttpContextDecorator Constructor Description HttpResponseDecorator(org.apache.http.HttpResponse base, HttpContextDecorator context, java.lang.Object parsedResponse)
-