Class | Description |
---|---|
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.
|
UserAgentWire |
Wire with default user agent.
|
VerboseWire |
Verbose wire.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.