Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.jcabi.http.wire Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractHeaderBasedCachingWire | This is the base class to handle http responses with 304 state. | Class | com.jcabi.http.wire | JCabi |
|
| AutoRedirectingWire | Auto Redirecting Wire. | Class | com.jcabi.http.wire | JCabi |
|
| BasicAuthWire | Wire with HTTP basic authentication based on user info of URI. | Class | com.jcabi.http.wire | JCabi |
|
| CachingWire | Wire that caches GET requests. | Class | com.jcabi.http.wire | JCabi |
|
| CookieOptimizingWire | Wire that compresses cookies before sending. | Class | com.jcabi.http.wire | JCabi |
|
| ETagCachingWire | Wire that caches requests with ETags. | Class | com.jcabi.http.wire | JCabi |
|
| FcWire | Wire that caches GET requests. | Class | com.jcabi.http.wire | JCabi |
|
| LastModifiedCachingWire | Wire that caches requests based on Last-Modified and If-Modified-Since headers. | Class | com.jcabi.http.wire | JCabi |
|
| OneMinuteWire | Wire that throws an IOException if a request takes longer It's recommended to use this decorator in production, in order | Class | com.jcabi.http.wire | JCabi |
|
| RetryWire | Wire that retries a few times before giving up and throwing exception. | Class | com.jcabi.http.wire | JCabi |
|
| TrustedWire | Wire that ignores SSL PKIX verifications. | Class | com.jcabi.http.wire | JCabi |
|
| UserAgentWire | Wire with default user agent. | Class | com.jcabi.http.wire | JCabi |
|
| VerboseWire | This wire makes HTTP request and response details visible in log (we're using SLF4J logging facility), for example: | Class | com.jcabi.http.wire | JCabi |
|
| Wire | An instance of this interface can be used in Request. | Interface | com.jcabi.http | JCabi |