Uses of Interface
com.jcabi.http.Request
Packages that use Request
Package
Description
RESTful client, for tests (but not only).
Requests.
Responses.
Wires.
-
Uses of Request in com.jcabi.http
Methods in com.jcabi.http that return RequestModifier and TypeMethodDescriptionRequestBody.back()Get back to the request it's related to.RequestURI.back()Get back to the request it's related to.Response.back()Get back to the request it's related to.Set request header.Use this method.Remove all headers with this name.Send it through a decoratingWire.Send it through a decoratingWire.Request.timeout(int connect, int read) Use this timeout values.Methods in com.jcabi.http with parameters of type RequestModifier and TypeMethodDescriptionWire.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 Request in com.jcabi.http.request
Classes in com.jcabi.http.request that implement RequestModifier and TypeClassDescriptionfinal classImplementation ofRequest, based on Apache HTTP client.final classBase implementation ofRequest. // @checkstyle ClassDataAbstractionCoupling (500 lines)final classImplementation ofRequestthat always returns the same response, specified in the constructor.final classImplementation ofRequest, based on JDK.Methods in com.jcabi.http.request that return RequestModifier and TypeMethodDescriptionDefaultResponse.back()ApacheRequest.timeout(int connect, int read) BaseRequest.timeout(int cnct, int rdd) FakeRequest.timeout(int connect, int read) JdkRequest.timeout(int connect, int read) Constructors in com.jcabi.http.request with parameters of type Request -
Uses of Request in com.jcabi.http.response
Methods in com.jcabi.http.response that return Request -
Uses of Request in com.jcabi.http.wire
Methods in com.jcabi.http.wire with parameters of type RequestModifier 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)