CefResourceHandler
interface 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 getResponseHeaders(response: CefResponse, responseLength: IntRef, redirectUrl: StringRef)
Retrieve response header information.
Link copied to clipboard
Begin processing the request.
Link copied to clipboard
abstract fun readResponse(dataOut: Array<Byte>, bytesToRead: Int, bytesRead: IntRef, callback: CefCallback): Boolean
Read response data.