Uses of Interface
com.jcabi.http.Response
-
Packages that use Response Package Description com.jcabi.http RESTful client, for tests (but not only).com.jcabi.http.request Requests.com.jcabi.http.response Responses.com.jcabi.http.wire Wires. -
-
Uses of Response in com.jcabi.http
Methods in com.jcabi.http with type parameters of type Response Modifier and Type Method Description <T extends Response>
TResponse. as(Class<T> type)Convert it to another type, by encapsulation.Methods in com.jcabi.http that return Response Modifier and Type Method Description ResponseRequest. fetch()Execute it with a specified HTTP method.ResponseRequest. fetch(InputStream stream)Execute this request using the content provided by theInputStreambeing passed as the request body.ResponseWire. 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 Response Modifier and Type Class Description classDefaultResponseDefault implementation ofResponse.Methods in com.jcabi.http.request with type parameters of type Response Modifier and Type Method Description <T extends Response>
TDefaultResponse. as(Class<T> type)Methods in com.jcabi.http.request that return Response Modifier and Type Method Description ResponseApacheRequest. fetch()ResponseApacheRequest. fetch(InputStream stream)ResponseBaseRequest. fetch()ResponseBaseRequest. fetch(InputStream stream)ResponseFakeRequest. fetch()ResponseFakeRequest. fetch(InputStream stream)ResponseJdkRequest. fetch()ResponseJdkRequest. fetch(InputStream stream) -
Uses of Response in com.jcabi.http.response
Classes in com.jcabi.http.response that implement Response Modifier and Type Class Description classJacksonResponseA JSON response provided by the Jackson Project.classJsonResponseJSON response.classJsoupResponseJsoup response.classRestResponseREST response.classWebLinkingResponseWeb Linking response.classXmlResponseXML response.Method parameters in com.jcabi.http.response with type arguments of type Response Modifier and Type Method Description RestResponseRestResponse. assertThat(org.hamcrest.Matcher<Response> matcher)Assert using custom matcher.Constructors in com.jcabi.http.response with parameters of type Response Constructor Description JacksonResponse(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 Response Modifier and Type Method Description ResponseAbstractHeaderBasedCachingWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseAutoRedirectingWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseBasicAuthWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseCachingWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseCookieOptimizingWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseFcWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseOneMinuteWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseRetryWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseTrustedWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseUserAgentWire. send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read)ResponseVerboseWire. 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 Response Constructor Description CachingWire(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.
-