|
Restlet Framework 2.2.2 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
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 Response in org.restlet.client |
---|
Methods in org.restlet.client with parameters of type Response | |
---|---|
void |
Request.commit(Response response)
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client. |
void |
Restlet.handle(Request request,
Response response)
Handles a call. |
void |
Uniform.handle(Request request,
Response response)
Handles a uniform call. |
void |
Client.handle(Request request,
Response response)
|
void |
Restlet.handle(Request request,
Response response,
Uniform onResponseCallback)
Handles a call. |
Uses of Response in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource that return Response | |
---|---|
protected Response |
ClientResource.createResponse(Request request)
Creates a new response for the given request. |
Response |
Resource.getResponse()
Returns the handled response. |
Response |
ClientResource.handleOutbound(Request request)
Handles the outbound call by invoking the next handler. |
Methods in org.restlet.client.resource with parameters of type Response | |
---|---|
protected void |
ClientResource.handle(Request request,
Response response,
List<Reference> references,
int retryAttempt,
Uniform next)
Handle the call and follow redirection for safe methods. |
Representation |
ClientResource.handleInbound(Response response)
Handles the inbound call. |
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.setResponse(Response response)
Sets the handled response. |
Constructors in org.restlet.client.resource with parameters of type Response | |
---|---|
ClientResource(Context context,
Request request,
Response response)
Constructor. |
|
ClientResource(Request request,
Response response)
Constructor. |
Uses of Response in org.restlet.client.service |
---|
Methods in org.restlet.client.service with parameters of type Response | |
---|---|
Representation |
StatusService.getRepresentation(Status status,
Request request,
Response response)
Returns a representation for the given status. In order to customize the default representation, this method can be overridden. |
Status |
StatusService.getStatus(Throwable throwable,
Request request,
Response response)
Returns a status for a given exception or error. |
Uses of Response in org.restlet.client.util |
---|
Subclasses of Response in org.restlet.client.util | |
---|---|
class |
WrapperResponse
Request wrapper. |
Methods in org.restlet.client.util that return Response | |
---|---|
protected Response |
WrapperResponse.getWrappedResponse()
Returns the wrapped response. |
Methods in org.restlet.client.util with parameters of type Response | |
---|---|
void |
WrapperRequest.commit(Response response)
|
void |
WrapperRestlet.handle(Request request,
Response response)
|
Constructors in org.restlet.client.util with parameters of type Response | |
---|---|
WrapperResponse(Response wrappedResponse)
Constructor. |
|
Restlet Framework 2.2.2 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |