Package | Description |
---|---|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
com.google.gwt.user.client.rpc.impl |
Modifier and Type | Method and Description |
---|---|
void |
RequestCallback.onResponseReceived(Request request,
Response response)
Called when a pending
Request completes
normally. |
Modifier and Type | Method and Description |
---|---|
void |
RequestCallbackAdapter.onResponseReceived(Request request,
Response response) |
Copyright © 2018. All rights reserved.