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.
 

Method Detail

handleTransportError

void handleTransportError(int transactionNum,
                          int status,
                          int httpResponseCode,
                          String httpResponseText)
RPCManager transport error callback.

Parameters:
transactionNum - The submitted client-server transaction number
status - The RPCResponse status code
httpResponseCode - The HTTP Response code reported by the server
httpResponseText - The raw HTTP Response text