com.smartgwt.client.rpc
Interface HandleTransportErrorCallback
public interface HandleTransportErrorCallback
RPCManager transport error callback.
- See Also:
RPCManager.setHandleTransportErrorCallback(HandleTransportErrorCallback)
|
Method Summary |
void |
handleTransportError(int transactionNum,
int status,
int httpResponseCode,
String httpResponseText)
RPCManager transport error callback. |
handleTransportError
void handleTransportError(int transactionNum,
int status,
int httpResponseCode,
String httpResponseText)
- RPCManager transport error callback.
- Parameters:
transactionNum - The submitted client-server transaction numberstatus - The RPCResponse status codehttpResponseCode - The HTTP Response code reported by the serverhttpResponseText - The raw HTTP Response text