gsdsdk / com.gsd.software.sdk.netconnector.files / RetryRequestHandler

RetryRequestHandler

abstract class RetryRequestHandler<T, K> :AbstractRequestHandler<T,K>

Created by PJablonski on 31.08.2017.

Constructors

Name Summary
<init> RetryRequestHandler(networkController:NetworkController, sessionCache:SessionCache, secureAuthentication:SecureAuthentication)
Created by PJablonski on 31.08.2017.

Inherited Properties

Name Summary
request lateinit var request:AbstractRequest<*,K>
secureAuthentication val secureAuthentication:SecureAuthentication

Functions

Name Summary
onError open fun onError(response:ResponseStatus):Unit

Inherited Functions

Name Summary
createSessionCallback fun createSessionCallback():NetDataLoadCallback<AuthorizationResponse>
execute fun execute():Unit
executeRequest fun executeRequest(request:AbstractRequest<*,K>):Unit
onSuccess abstract fun onSuccess(responseObject:K):Unit

Inheritors

Name Summary
FileDownloadRequestHandler class FileDownloadRequestHandler :RetryRequestHandler<GSDApi, ResponseBody>
Created by PJablonski on 22.08.2017.