|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncRequest | |
|---|---|
| org.exoplatform.gwtframework.commons.exception | |
| org.exoplatform.gwtframework.commons.rest | |
| Uses of AsyncRequest in org.exoplatform.gwtframework.commons.exception |
|---|
| Methods in org.exoplatform.gwtframework.commons.exception that return AsyncRequest | |
|---|---|
AsyncRequest |
ServerDisconnectedException.getAsyncRequest()
|
AsyncRequest |
UnauthorizedException.getRequest()
|
| Constructors in org.exoplatform.gwtframework.commons.exception with parameters of type AsyncRequest | |
|---|---|
ServerDisconnectedException(AsyncRequest asyncRequest)
|
|
UnauthorizedException(com.google.gwt.http.client.Response response,
AsyncRequest request)
|
|
| Uses of AsyncRequest in org.exoplatform.gwtframework.commons.rest |
|---|
| Methods in org.exoplatform.gwtframework.commons.rest that return AsyncRequest | |
|---|---|
static AsyncRequest |
AsyncRequest.build(com.google.gwt.http.client.RequestBuilder.Method method,
java.lang.String url)
|
static AsyncRequest |
AsyncRequest.build(com.google.gwt.http.client.RequestBuilder.Method method,
java.lang.String url,
boolean async)
Build AsyncRequest with run REST Service in async mode |
AsyncRequest |
AsyncRequest.data(java.lang.String requestData)
|
AsyncRequest |
AsyncRequest.delay(int delay)
Set delay between requests to async REST Service (Default: 5000) |
AsyncRequest |
AsyncRequestCallback.getRequest()
|
AsyncRequest |
AsyncRequest.header(java.lang.String header,
java.lang.String value)
|
AsyncRequest |
AsyncRequest.loader(AsyncRequestLoader loader)
|
AsyncRequest |
AsyncRequest.password(java.lang.String password)
|
AsyncRequest |
AsyncRequest.requestStatusHandler(RequestStatusHandler handler)
Set handler of async REST Service status |
AsyncRequest |
AsyncRequest.user(java.lang.String user)
|
| Methods in org.exoplatform.gwtframework.commons.rest with parameters of type AsyncRequest | |
|---|---|
void |
AsyncRequestCallback.setRequest(AsyncRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||