Uses of Class
org.restlet.engine.adapter.ServerCall
-
Packages that use ServerCall Package Description org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.org.restlet.engine.connector Integration with Java URLConnection class.org.restlet.ext.jetty.internal -
-
Uses of ServerCall in org.restlet.engine.adapter
Fields in org.restlet.engine.adapter declared as ServerCall Modifier and Type Field Description private ServerCallHttpRequest. httpCallThe low-level HTTP call.private ServerCallHttpResponse. httpCallThe low-level HTTP call.Methods in org.restlet.engine.adapter that return ServerCall Modifier and Type Method Description ServerCallHttpRequest. getHttpCall()Returns the low-level HTTP call.ServerCallHttpResponse. getHttpCall()Returns the low-level HTTP call.Methods in org.restlet.engine.adapter with parameters of type ServerCall Modifier and Type Method Description voidHttpServerHelper. handle(ServerCall httpCall)Handles the connector call.HttpRequestServerAdapter. 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 ServerCall Constructor Description HttpRequest(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.connector Modifier and Type Class Description classHttpExchangeCallCall that is used by the Basic HTTP server. -
Uses of ServerCall in org.restlet.ext.jetty.internal
Subclasses of ServerCall in org.restlet.ext.jetty.internal Modifier and Type Class Description classJettyServerCallCall that is used by the Jetty HTTP server connectors.
-