Uses of Class
com.noelios.restlet.http.HttpServerCall

Packages that use HttpServerCall
com.noelios.restlet.http Implementation of HTTP Connectors. 
 

Uses of HttpServerCall in com.noelios.restlet.http
 

Subclasses of HttpServerCall in com.noelios.restlet.http
 class StreamServerCall
          HTTP server call based on streams.
 

Methods in com.noelios.restlet.http that return HttpServerCall
 HttpServerCall HttpResponse.getHttpCall()
          Returns the low-level HTTP call.
 

Methods in com.noelios.restlet.http with parameters of type HttpServerCall
 void HttpServerHelper.handle(HttpServerCall httpCall)
          Handles the connector call.
The default behavior is to create an REST call and delegate it to the attached Restlet.
 HttpRequest HttpServerConverter.toRequest(HttpServerCall httpCall)
          Converts a low-level HTTP call into a high-level uniform request.
 

Constructors in com.noelios.restlet.http with parameters of type HttpServerCall
HttpRequest(Context context, HttpServerCall httpCall)
          Constructor.
HttpResponse(HttpServerCall httpCall, Request request)
          Constructor.
 



Copyright © 2005-2008 Noelios Technologies.