Uses of Class
org.restlet.engine.http.ServerCall

Packages that use ServerCall
org.restlet.engine.http Supports HTTP connectors. 
org.restlet.engine.http.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
 

Uses of ServerCall in org.restlet.engine.http
 

Methods in org.restlet.engine.http that return ServerCall
 ServerCall HttpResponse.getHttpCall()
          Returns the low-level HTTP call.
 ServerCall HttpRequest.getHttpCall()
          Returns the low-level HTTP call.
 

Methods in org.restlet.engine.http with parameters of type ServerCall
 void HttpServerHelper.handle(ServerCall httpCall)
          Handles the connector call.
 

Constructors in org.restlet.engine.http with parameters of type ServerCall
HttpRequest(Context context, ServerCall httpCall)
          Constructor.
HttpResponse(ServerCall httpCall, Request request)
          Constructor.
 

Uses of ServerCall in org.restlet.engine.http.adapter
 

Methods in org.restlet.engine.http.adapter with parameters of type ServerCall
 HttpRequest ServerAdapter.toRequest(ServerCall httpCall)
          Converts a low-level HTTP call into a high-level uniform request.
 



Copyright © 2005-2011 Noelios Technologies.