All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractHeaderBasedCachingWire This is the base class to handle http responses with 304 state.ApacheRequest Implementation ofRequest
, based on Apache HTTP client.AutoRedirectingWire Auto Redirecting Wire.BaseRequest Base implementation ofRequest
.BasicAuthWire Wire with HTTP basic authentication based on user info of URI.Boundary Boundary for content-type multipart/form-data.CachingWire Wire that caches GET requests.CookieOptimizingWire Wire that compresses cookies before sending.DefaultResponse Default implementation ofResponse
.ETagCachingWire Wire that caches requests with ETags.FakeRequest Implementation ofRequest
that always returns the same response, specified in the constructor.FcWire Wire that caches GET requests.ImmutableHeader Immutable HTTP header.JacksonResponse A JSON response provided by the Jackson Project.JacksonResponse.JsonReader A tree representation views of JSON documents.JdkRequest Implementation ofRequest
, based on JDK.JsonResponse JSON response.JsoupResponse Jsoup response.LastModifiedCachingWire Wire that caches requests based on Last-Modified and If-Modified-Since headers.MkAnswer Mock response.MkAnswer.Simple Simple implementation.MkAnswerMatchers Convenient set of matchers forMkAnswer
.MkContainer Mock version of Java Servlet container.MkGrizzlyContainer Implementation ofMkContainer
based on Grizzly Server.MkQuery Mock HTTP query/request.MkQueryMatchers Convenient set of matchers forMkQuery
.MkQueryUriMatcher Matcher for checkingMkQuery.uri()
contents.MultipartBodyBuilder Byte builder for multipart body.OneMinuteWire Wire that throws anIOException
if a request takes longer than a minute.Request RESTful request.RequestBody Request body.RequestBody.Printable Printer of byte array.RequestURI Request URI.Response RESTful response returned byRequest.fetch()
.RestResponse REST response.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.WebLinkingResponse Web Linking response.WebLinkingResponse.Link Single link.Wire Wire.XmlResponse XML response.