Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jcabi.http.wire Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractHeaderBasedCachingWireThis is the base class to handle http responses with 304 state.Classcom.jcabi.http.wireJCabi
AutoRedirectingWireAuto Redirecting Wire.Classcom.jcabi.http.wireJCabi
BasicAuthWireWire with HTTP basic authentication based on user info of URI.Classcom.jcabi.http.wireJCabi
CachingWireWire that caches GET requests.Classcom.jcabi.http.wireJCabi
CookieOptimizingWireWire that compresses cookies before sending.Classcom.jcabi.http.wireJCabi
ETagCachingWireWire that caches requests with ETags.Classcom.jcabi.http.wireJCabi
FcWireWire that caches GET requests.Classcom.jcabi.http.wireJCabi
LastModifiedCachingWireWire that caches requests based on Last-Modified and If-Modified-Since headers.Classcom.jcabi.http.wireJCabi
OneMinuteWireWire that throws an IOException if a request takes longer It's recommended to use this decorator in production, in orderClasscom.jcabi.http.wireJCabi
RetryWireWire that retries a few times before giving up and throwing exception.Classcom.jcabi.http.wireJCabi
TrustedWireWire that ignores SSL PKIX verifications.Classcom.jcabi.http.wireJCabi
UserAgentWireWire with default user agent.Classcom.jcabi.http.wireJCabi
VerboseWire This wire makes HTTP request and response details visible in log (we're using SLF4J logging facility), for example:Classcom.jcabi.http.wireJCabi
Wire An instance of this interface can be used in Request.Interfacecom.jcabi.httpJCabi