Uses of Interface
com.jcabi.http.Wire
-
Packages that use Wire Package Description com.jcabi.http RESTful client, for tests (but not only).com.jcabi.http.request Requests.com.jcabi.http.wire Wires. -
-
Uses of Wire in com.jcabi.http
Methods in com.jcabi.http with type parameters of type Wire Modifier and Type Method Description <T extends Wire>
RequestRequest. through(Class<T> type, Object... args)Send it through a decoratingWire.Methods in com.jcabi.http with parameters of type Wire Modifier and Type Method Description RequestRequest. through(Wire wire)Send it through a decoratingWire. -
Uses of Wire in com.jcabi.http.request
Methods in com.jcabi.http.request with type parameters of type Wire Modifier and Type Method Description <T extends Wire>
RequestApacheRequest. through(Class<T> type, Object... args)<T extends Wire>
RequestBaseRequest. through(Class<T> type, Object... args)<T extends Wire>
RequestFakeRequest. through(Class<T> type, Object... args)<T extends Wire>
RequestJdkRequest. through(Class<T> type, Object... args)Methods in com.jcabi.http.request with parameters of type Wire Modifier and Type Method Description RequestApacheRequest. through(Wire wire)RequestBaseRequest. through(Wire wre)RequestFakeRequest. through(Wire wire)RequestJdkRequest. through(Wire wire)Constructors in com.jcabi.http.request with parameters of type Wire Constructor Description BaseRequest(Wire wre, String uri)Public ctor.BaseRequest(Wire wre, String uri, Iterable<Map.Entry<String,String>> headers, String method, byte[] body)Public ctor.BaseRequest(Wire wre, String uri, Iterable<Map.Entry<String,String>> headers, String method, byte[] body, int cnct, int rdd)Public ctor. -
Uses of Wire in com.jcabi.http.wire
Classes in com.jcabi.http.wire that implement Wire Modifier and Type Class Description classAbstractHeaderBasedCachingWireThis is the base class to handle http responses with 304 state.classAutoRedirectingWireAuto Redirecting Wire.classBasicAuthWireWire with HTTP basic authentication based on user info of URI.classCachingWireWire that caches GET requests.classCookieOptimizingWireWire that compresses cookies before sending.classETagCachingWireWire that caches requests with ETags.classFcWireWire that caches GET requests.classLastModifiedCachingWireWire that caches requests based on Last-Modified and If-Modified-Since headers.classOneMinuteWireWire that throws anIOExceptionif a request takes longer than a minute.classRetryWireWire that retries a few times before giving up and throwing exception.classTrustedWireWire that ignores SSL PKIX verifications.classUserAgentWireWire with default user agent.classVerboseWireVerbose wire.Constructors in com.jcabi.http.wire with parameters of type Wire Constructor Description AutoRedirectingWire(Wire wire)Public ctor.AutoRedirectingWire(Wire wire, int retries)Public ctor.BasicAuthWire(Wire wire)Public ctor.CachingWire(Wire wire)Public ctor.CachingWire(Wire wire, com.google.common.cache.LoadingCache<Callable<Response>,Response> storage)Public ctor.CachingWire(Wire wire, String flsh)Public ctor.CachingWire(Wire wire, String flsh, com.google.common.cache.LoadingCache<Callable<Response>,Response> storage)Public ctor.CookieOptimizingWire(Wire wire)Public ctor.ETagCachingWire(Wire wire)Public ctor.FcWire(Wire wire)Public ctor.FcWire(Wire wire, String flsh)Public ctor.FcWire(Wire wire, String flsh, com.jcabi.http.wire.FcCache fcc)Public ctor.FcWire(Wire wire, String flsh, String path)Public ctor.LastModifiedCachingWire(Wire origin)Public ctor.OneMinuteWire(Wire wire)Public ctor.RetryWire(Wire wire)Public ctor.TrustedWire(Wire wire)Public ctor.UserAgentWire(Wire wire)Public ctor.VerboseWire(Wire wire)Public ctor.
-