HttpHandler

interface HttpHandler

A class through which all HTTP/HTTPS traffic is directed.

Since

8.30

Inheritors

Types

Link copied to clipboard
interface HttpRequest

Encapsulates an HTTP/HTTPS request.

Link copied to clipboard

Encapsulates an HTTP/HTTPS response.

Link copied to clipboard

A listener for successful or failed HTTP requests.

Functions

Link copied to clipboard
abstract fun handle(request: HttpHandler.HttpRequest, listener: HttpHandler.HttpResponseListener, async: Boolean, fromWebView: Boolean)

Handles the given HTTP request, notifying the given listener of a successful response or failure.