Package org.apache.juneau.rest.client
package org.apache.juneau.rest.client
REST Client API
-
ClassDescriptionAn extension of
StandardHttpRequestRetryHandler
that adds support for a retry interval.Default HTTP call handler.A default implementation of aRestCallInterceptor
.Represents the body of an HTTP response.Represents a single header on an HTTP response.An implementation ofStatusLine
that adds assertions methods.Exception representing a400+ HTTP response code against a remote resource or other exception.Interface that allows you to override the handling of HTTP requests.Used to intercept http connection responses to allow modification of that response before processing and for listening for call lifecycle events.Utility class for interfacing with remote REST interfaces.Builder class.Aggregates the HTTP method, URL, and optional body into a single bean.Represents a request to a remote REST resource.Identify anHttpRequest
that was created by aRestRequest
.Represents a response from a remote REST resource.