gsdsdk / com.gsd.software.sdk.netconnector / RequestHandler

RequestHandler

class RequestHandler :AbstractRequestHandler<GSDApi,ResponseObject>

Created by PJablonski on 06.07.2017.

Constructors

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

Inherited Properties

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

Functions

Name Summary
onSuccess fun onSuccess(responseObject:ResponseObject):Unit

Inherited Functions

Name Summary
createSessionCallback fun createSessionCallback():NetDataLoadCallback<AuthorizationResponse>
execute fun execute():Unit
executeRequest fun executeRequest(request:AbstractRequest<*,K>):Unit
onError open fun onError(response:ResponseStatus):Unit