|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
org.restlet.gwt | Port of the core classes of the Restlet API on GWT. |
org.restlet.gwt.data | Element of information handled by a component via a connector. |
Uses of Request in org.restlet.gwt |
---|
Methods in org.restlet.gwt with parameters of type Request | |
---|---|
void |
Uniform.handle(Request request,
Callback callback)
Handles a call. |
abstract void |
Uniform.handle(Request request,
Response response,
Callback callback)
Handles a call. |
void |
Client.handle(Request request,
Response response,
Callback callback)
|
void |
Restlet.handle(Request request,
Response response,
Callback callback)
Handles a call. |
abstract void |
Callback.onEvent(Request request,
Response response)
This method is called in all cases, even if a communication error occurs. |
Uses of Request in org.restlet.gwt.data |
---|
Methods in org.restlet.gwt.data that return Request | |
---|---|
Request |
Response.getRequest()
Returns the associated request |
Methods in org.restlet.gwt.data with parameters of type Request | |
---|---|
void |
Response.setRequest(Request request)
Sets the associated request. |
Constructors in org.restlet.gwt.data with parameters of type Request | |
---|---|
Response(Request request)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |