HttpHandler

abstract class HttpHandler

Abstract base class for HTTP handlers, which can override the functions of {@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest} that perform network activity.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open val type: Int

Functions

Link copied to clipboard
abstract fun close(request: HttpRequest)

Override the {@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest#close() HttpRequest.close} function.

Link copied to clipboard
abstract fun send(request: HttpRequest)

Override the {@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest#send() HttpRequest.send} function.