|
||||||||||
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 |
Uniform.handle(Request request,
Response response)
Handles a uniform call. |
void |
Restlet.handle(Request request,
Response response)
Handles a call. |
void |
Client.handle(Request request,
Response response)
|
void |
Client.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 |
UniformResource.getResponse()
Returns the handled response. |
Methods in org.restlet.client.resource with parameters of type Response | |
---|---|
void |
UniformResource.init(Context context,
Request request,
Response response)
Initialization method setting the environment of the current resource instance. |
void |
UniformResource.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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |