Uses of Package
org.apache.juneau.rest.client
Packages that use org.apache.juneau.rest.client
Package
Description
REST Client API
REST Client Assertions
REST Server Mock API
-
Classes in org.apache.juneau.rest.client used by org.apache.juneau.rest.clientClassDescriptionRepresents the body of an HTTP response.Represents a single header on an HTTP response.An implementation of
StatusLine
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.Represents a response from a remote REST resource. -
Classes in org.apache.juneau.rest.client used by org.apache.juneau.rest.client.assertionClassDescriptionRepresents the body of an HTTP response.Represents a single header on an HTTP response.Exception representing a
400+ HTTP response code against a remote resource or other exception. -
Classes in org.apache.juneau.rest.client used by org.apache.juneau.rest.mockClassDescriptionException representing a
400+ 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.Represents a response from a remote REST resource.