We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.communication.
Class XhrConnection.XhrResponseHandler
- java.lang.Object
-
- com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
All Implemented Interfaces:
com.google.gwt.http.client.RequestCallback
Enclosing class:
public class XhrConnection.XhrResponseHandler extends Object implements com.google.gwt.http.client.RequestCallback
-
-
Constructor Summary
Constructors Constructor Description XhrResponseHandler()
-
Method Summary
All Methods Modifier and Type Method Description void
onError(com.google.gwt.http.client.Request request, Throwable exception)
void
onResponseReceived(com.google.gwt.http.client.Request request, com.google.gwt.http.client.Response response)
void
setPayload(elemental.json.JsonObject payload)
Sets the payload which was sent to the server.
-
-
-
Method Detail
-
setPayload
public void setPayload(elemental.json.JsonObject payload)
Sets the payload which was sent to the server.
Parameters:
payload
- the payload which was sent to the server
-
onError
public void onError(com.google.gwt.http.client.Request request, Throwable exception)
Specified by:
onError
in interfacecom.google.gwt.http.client.RequestCallback
-
onResponseReceived
public void onResponseReceived(com.google.gwt.http.client.Request request, com.google.gwt.http.client.Response response)
Specified by:
onResponseReceived
in interfacecom.google.gwt.http.client.RequestCallback
-
-