Class | Description |
---|---|
AutoRedirectingWire |
Auto Redirecting Wire.
|
BasicAuthWire |
Wire with HTTP basic authentication based on user info of URI.
|
CachingWire |
Wire that caches GET requests (for five minutes).
|
CookieOptimizingWire |
Wire that compresses cookies before sending.
|
OneMinuteWire |
Wire that throws an
IOException 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.
|
Copyright © 2012–2015 jcabi.com. All rights reserved.