public interface RequestCallback extends RemoteCallback<com.google.gwt.http.client.Request>
RemoteCallback
that can be used
to retrieve the underlying HTTP request.Modifier and Type | Method and Description |
---|---|
void |
callback(com.google.gwt.http.client.Request request)
Invoked by the JaxrsProxy after HTTP request has been initiated.
|
void callback(com.google.gwt.http.client.Request request)
RequestException
will be passed to the provided ErrorCallback
.callback
in interface RemoteCallback<com.google.gwt.http.client.Request>
request
- the Request
that has been initiated.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.