Uses of Class
org.restlet.engine.adapter.ServerCall
Packages that use ServerCall
Package
Description
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Integration with Java URLConnection class.
-
Uses of ServerCall in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return ServerCallModifier and TypeMethodDescriptionHttpRequest.getHttpCall()Returns the low-level HTTP call.HttpResponse.getHttpCall()Returns the low-level HTTP call.Methods in org.restlet.engine.adapter with parameters of type ServerCallModifier and TypeMethodDescriptionvoidHttpServerHelper.handle(ServerCall httpCall) Handles the connector call.ServerAdapter.toRequest(ServerCall httpCall) Converts a low-level HTTP call into a high-level uniform request.Constructors in org.restlet.engine.adapter with parameters of type ServerCallModifierConstructorDescriptionHttpRequest(Context context, ServerCall httpCall) Constructor.HttpResponse(ServerCall httpCall, Request request) Constructor. -
Uses of ServerCall in org.restlet.engine.connector
Subclasses of ServerCall in org.restlet.engine.connectorModifier and TypeClassDescriptionclassDeprecated.Will be removed in the next 2.7/3.0 release.