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.clientMethods 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.protectedRestRequest(RestClient client, URI uri, String method, boolean hasBody) Constructs a REST call with the specified method name.protectedRestResponse(RestClient client, RestRequest request, HttpResponse response, Parser parser) Constructor.
- 
Uses of RestClient in org.apache.juneau.rest.mockSubclasses of RestClient in org.apache.juneau.rest.mockConstructors in org.apache.juneau.rest.mock with parameters of type RestClientModifierConstructorDescriptionprotectedMockRestRequest(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.