Uses of Class
org.restlet.engine.adapter.ClientCall
Packages that use ClientCall
Package
Description
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Integration with Java URLConnection class.
-
Uses of ClientCall in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return ClientCallModifier and TypeMethodDescriptionabstract ClientCallCreates a low-level HTTP client call from a high-level request.ClientAdapter.toSpecific(HttpClientHelper client, Request request) Converts a low-level HTTP call into a high-level uniform call.Methods in org.restlet.engine.adapter with parameters of type ClientCallModifier and TypeMethodDescriptionvoidClientAdapter.commit(ClientCall httpCall, Request request, Response response) Commits the changes to a handled HTTP client call back into the original uniform call.protected voidClientAdapter.readResponseHeaders(ClientCall httpCall, Response response) Reads the response headers of a handled HTTP client call to update the original uniform call.voidClientAdapter.updateResponse(Response response, Status status, ClientCall httpCall) Updates the response with information from the lower-level HTTP client call. -
Uses of ClientCall in org.restlet.engine.connector
Subclasses of ClientCall in org.restlet.engine.connectorModifier and TypeClassDescriptionclassDeprecated.Will be removed in the next 2.7/3.0 release.Methods in org.restlet.engine.connector that return ClientCallModifier and TypeMethodDescriptionDeprecated.Creates a low-level HTTP client call from a high-level uniform call.