CefResourceHandlerAdapter
An abstract adapter class for receiving resource requests. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Retrieve response header information.
Link copied to clipboard
Begin processing the request.
Link copied to clipboard
open fun readResponse(dataOut: Array<Byte>, bytesToRead: Int, bytesRead: IntRef, callback: CefCallback): Boolean
Read response data.