Uses of Interface
com.jcabi.http.Response
Packages that use Response
Package
Description
RESTful client, for tests (but not only).
Requests.
Responses.
Wires.
-
Uses of Response in com.jcabi.http
Methods in com.jcabi.http with type parameters of type ResponseModifier and TypeMethodDescription<T extends Response>
TConvert it to another type, by encapsulation.Methods in com.jcabi.http that return ResponseModifier and TypeMethodDescriptionRequest.fetch()Execute it with a specified HTTP method.Request.fetch(InputStream stream) Execute this request using the content provided by theInputStreambeing passed as the request body.Wire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) Send request and return response. -
Uses of Response in com.jcabi.http.request
Classes in com.jcabi.http.request that implement ResponseMethods in com.jcabi.http.request with type parameters of type ResponseMethods in com.jcabi.http.request that return ResponseModifier and TypeMethodDescriptionApacheRequest.fetch()ApacheRequest.fetch(InputStream stream) BaseRequest.fetch()BaseRequest.fetch(InputStream stream) FakeRequest.fetch()FakeRequest.fetch(InputStream stream) JdkRequest.fetch()JdkRequest.fetch(InputStream stream) -
Uses of Response in com.jcabi.http.response
Classes in com.jcabi.http.response that implement ResponseModifier and TypeClassDescriptionfinal classA JSON response provided by the Jackson Project.final classJSON response.final classJsoup response.final classREST response.final classWeb Linking response.final classXML response.Method parameters in com.jcabi.http.response with type arguments of type ResponseModifier and TypeMethodDescriptionRestResponse.assertThat(org.hamcrest.Matcher<Response> matcher) Assert using custom matcher.Constructors in com.jcabi.http.response with parameters of type ResponseModifierConstructorDescriptionJacksonResponse(Response resp) Ctor.JsonResponse(Response resp) Public ctor.JsoupResponse(Response resp) Public ctor.RestResponse(Response resp) Public ctor.WebLinkingResponse(Response resp) Public ctor.XmlResponse(Response resp) Public ctor. -
Uses of Response in com.jcabi.http.wire
Methods in com.jcabi.http.wire that return ResponseModifier and TypeMethodDescriptionfinal ResponseAbstractHeaderBasedCachingWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) AutoRedirectingWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) BasicAuthWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) CachingWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) CookieOptimizingWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) FcWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) OneMinuteWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) RetryWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> hdrs, InputStream cont, int conn, int read) TrustedWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) UserAgentWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) VerboseWire.send(Request req, String home, String method, Collection<Map.Entry<String, String>> headers, InputStream content, int connect, int read) Constructor parameters in com.jcabi.http.wire with type arguments of type ResponseModifierConstructorDescriptionCachingWire(Wire wire, com.google.common.cache.LoadingCache<Callable<Response>, Response> storage) Public ctor.CachingWire(Wire wire, com.google.common.cache.LoadingCache<Callable<Response>, Response> storage) Public ctor.CachingWire(Wire wire, String flsh, com.google.common.cache.LoadingCache<Callable<Response>, Response> storage) Public ctor.CachingWire(Wire wire, String flsh, com.google.common.cache.LoadingCache<Callable<Response>, Response> storage) Public ctor.