Package com.jcabi.http.wire
Wires.
- Since:
- 0.10
-
Class Summary Class Description AbstractHeaderBasedCachingWire This is the base class to handle http responses with 304 state.AutoRedirectingWire Auto Redirecting Wire.BasicAuthWire Wire with HTTP basic authentication based on user info of URI.CachingWire Wire that caches GET requests.CookieOptimizingWire Wire that compresses cookies before sending.ETagCachingWire Wire that caches requests with ETags.FcWire Wire that caches GET requests.LastModifiedCachingWire Wire that caches requests based on Last-Modified and If-Modified-Since headers.OneMinuteWire Wire that throws anIOException
if a request takes longer than a minute.RetryWire Wire that retries a few times before giving up and throwing exception.TrustedWire Wire that ignores SSL PKIX verifications.UserAgentWire Wire with default user agent.VerboseWire Verbose wire.