Uses of Interface
com.jcabi.http.Wire
Packages that use Wire
Package
Description
RESTful client, for tests (but not only).
Requests.
Wires.
-
Uses of Wire in com.jcabi.http
Methods in com.jcabi.http with type parameters of type WireMethods in com.jcabi.http with parameters of type Wire -
Uses of Wire in com.jcabi.http.request
Methods in com.jcabi.http.request with type parameters of type WireModifier and TypeMethodDescriptionMethods in com.jcabi.http.request with parameters of type WireModifier and TypeMethodDescriptionConstructors in com.jcabi.http.request with parameters of type WireModifierConstructorDescriptionBaseRequest(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 WireModifier and TypeClassDescriptionclassThis is the base class to handle http responses with 304 state.final classAuto Redirecting Wire.final classWire with HTTP basic authentication based on user info of URI.final classWire that caches GET requests.final classWire that compresses cookies before sending.final classWire that caches requests with ETags.final classWire that caches GET requests.final classWire that caches requests based on Last-Modified and If-Modified-Since headers.final classWire that throws anIOExceptionif a request takes longer than a minute.final classWire that retries a few times before giving up and throwing exception.final classWire that ignores SSL PKIX verifications.final classWire with default user agent.final classVerbose wire.Constructors in com.jcabi.http.wire with parameters of type WireModifierConstructorDescriptionAutoRedirectingWire(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.Public ctor.Public ctor.Public ctor.Public ctor.LastModifiedCachingWire(Wire origin) Public ctor.OneMinuteWire(Wire wire) Public ctor.Public ctor.TrustedWire(Wire wire) Public ctor.UserAgentWire(Wire wire) Public ctor.VerboseWire(Wire wire) Public ctor.