Restlet Framework 2.2.2
Java Standard Edition

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

Packages that use ServerCall
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. 
 

Uses of ServerCall in org.restlet.engine.adapter
 

Methods in org.restlet.engine.adapter 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.adapter with parameters of type ServerCall
 void HttpServerHelper.handle(ServerCall httpCall)
          Handles the connector call.
 HttpRequest 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 ServerCall
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
 class HttpExchangeCall
          Call that is used by the Basic HTTP server.
 


Restlet Framework 2.2.2
Java Standard Edition

Copyright © 2005-2014 Restlet.