Uses of Class
org.apache.juneau.rest.client.RestClient
Packages that use RestClient
Package
Description
REST Client API
REST Server Mock API
-
Uses of RestClient in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return RestClientConstructors in org.apache.juneau.rest.client with parameters of type RestClientModifierConstructorDescriptionResponseContent
(RestClient client, RestRequest request, RestResponse response, Parser parser) Constructor.protected
RestRequest
(RestClient client, URI uri, String method, boolean hasBody) Constructs a REST call with the specified method name.protected
RestResponse
(RestClient client, RestRequest request, HttpResponse response, Parser parser) Constructor. -
Uses of RestClient in org.apache.juneau.rest.mock
Subclasses of RestClient in org.apache.juneau.rest.mockConstructors in org.apache.juneau.rest.mock with parameters of type RestClientModifierConstructorDescriptionprotected
MockRestRequest
(RestClient client, URI uri, String method, boolean hasBody) Constructs a REST call with the specified method name.MockRestResponse
(RestClient client, RestRequest request, HttpResponse response, Parser parser) Constructor.