CefResourceHandler

Implement this interface to handle custom resource requests. The methods of this class will always be called on the IO thread.

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()
Request processing has been canceled.
Link copied to clipboard
abstract fun getResponseHeaders(response: CefResponse, responseLength: IntRef, redirectUrl: StringRef)
Retrieve response header information.
Link copied to clipboard
abstract fun processRequest(request: CefRequest, callback: CefCallback): Boolean
Begin processing the request.
Link copied to clipboard
abstract fun readResponse(dataOut: Array<Byte>, bytesToRead: Int, bytesRead: IntRef, callback: CefCallback): Boolean
Read response data.