Uses of Class
org.restlet.client.Request

Packages that use Request
org.restlet.client Core classes of the API. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.service Services used by applications and components. 
org.restlet.client.util Various utility classes. 
 

Uses of Request in org.restlet.client
 

Methods in org.restlet.client that return Request
 Request Response.getRequest()
          Returns the associated request
 

Methods in org.restlet.client with parameters of type Request
 void Client.handle(Request request, Response response)
           
 void Restlet.handle(Request request, Response response)
          Handles a call.
 void Uniform.handle(Request request, Response response)
          Handles a uniform call.
 void Restlet.handle(Request request, Response response, Uniform onResponseCallback)
          Handles a call.
 void Restlet.handle(Request request, Uniform onReceivedCallback)
          Handles a call.
 void Response.setRequest(Request request)
          Sets the associated request.
 

Constructors in org.restlet.client with parameters of type Request
Request(Request request)
          Copy constructor.
Response(Request request)
          Constructor.
 

Uses of Request in org.restlet.client.resource
 

Methods in org.restlet.client.resource that return Request
 Request ClientResource.createRequest()
          Creates a new request by cloning the one wrapped by this class.
 Request ClientResource.createRequest(Request prototype)
          Deprecated. Use ClientResource.createRequest() instead
 Request Resource.getRequest()
          Returns the handled request.
 

Methods in org.restlet.client.resource with parameters of type Request
 Request ClientResource.createRequest(Request prototype)
          Deprecated. Use ClientResource.createRequest() instead
protected  Response ClientResource.createResponse(Request request)
          Creates a new response for the given request.
 Response ClientResource.handle(Request request)
          Deprecated. Use the ClientResource.handleOutbound(Request) method instead
protected  void ClientResource.handle(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Handle the call and follow redirection for safe methods.
 Response ClientResource.handleOutbound(Request request)
          Handles the outbound call by invoking the next handler.
 void Resource.init(Context context, Request request, Response response)
          Initialization method setting the environment of the current resource instance.
protected  void ClientResource.redirect(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Effectively redirects a client call.
protected  void ClientResource.retry(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Effectively retries a failed client call.
 void Resource.setRequest(Request request)
          Sets the handled request.
 

Constructors in org.restlet.client.resource with parameters of type Request
ClientResource(Context context, Request request)
          Constructor.
ClientResource(Context context, Request request, Response response)
          Constructor.
ClientResource(Request request)
          Constructor.
ClientResource(Request request, Response response)
          Constructor.
 

Uses of Request in org.restlet.client.service
 

Methods in org.restlet.client.service with parameters of type Request
 Representation StatusService.getRepresentation(Status status, Request request, Response response)
          Returns a representation for the given status.
 Status StatusService.getStatus(Throwable throwable, Request request, Response response)
          Returns a status for a given exception or error.
 

Uses of Request in org.restlet.client.util
 

Subclasses of Request in org.restlet.client.util
 class WrapperRequest
          Request wrapper.
 

Methods in org.restlet.client.util that return Request
 Request WrapperResponse.getRequest()
          Returns the associated request
protected  Request WrapperRequest.getWrappedRequest()
          Returns the wrapped request.
 

Methods in org.restlet.client.util with parameters of type Request
 void WrapperRestlet.handle(Request request, Response response)
           
 void WrapperResponse.setRequest(Request request)
          Sets the associated request.
 

Constructors in org.restlet.client.util with parameters of type Request
WrapperRequest(Request wrappedRequest)
          Constructor.
 



Copyright © 2005-2013 Restlet S.A.S..