AsyncClient

open class AsyncClient : TAsyncClient, ClientHandlers.AsyncIface

Constructors

Link copied to clipboard
constructor(protocolFactory: TProtocolFactory, clientManager: TAsyncClientManager, transport: TNonblockingTransport)

Types

Link copied to clipboard
open class AppHandler_OnContextInitialized_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CompletionCallback_OnComplete_call : TAsyncMethodCall<T>
Link copied to clipboard
open class connect_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CookieAccessFilter_CanSaveCookie_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CookieAccessFilter_CanSendCookie_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CookieAccessFilter_Dispose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CookieVisitor_Dispose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class CookieVisitor_Visit_call : TAsyncMethodCall<T>
Link copied to clipboard
open class DisplayHandler_OnAddressChange_call : TAsyncMethodCall<T>
Link copied to clipboard
open class DisplayHandler_OnConsoleMessage_call : TAsyncMethodCall<T>
Link copied to clipboard
open class DisplayHandler_OnStatusMessage_call : TAsyncMethodCall<T>
Link copied to clipboard
open class DisplayHandler_OnTitleChange_call : TAsyncMethodCall<T>
Link copied to clipboard
open class DisplayHandler_OnTooltip_call : TAsyncMethodCall<T>
Link copied to clipboard
open class Factory : TAsyncClientFactory<T>
Link copied to clipboard
open class FocusHandler_OnGotFocus_call : TAsyncMethodCall<T>
Link copied to clipboard
open class FocusHandler_OnSetFocus_call : TAsyncMethodCall<T>
Link copied to clipboard
open class FocusHandler_OnTakeFocus_call : TAsyncMethodCall<T>
Link copied to clipboard
open class KeyboardHandler_OnKeyEvent_call : TAsyncMethodCall<T>
Link copied to clipboard
open class KeyboardHandler_OnPreKeyEvent_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LifeSpanHandler_DoClose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LifeSpanHandler_OnAfterCreated_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LifeSpanHandler_OnBeforeClose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LifeSpanHandler_OnBeforePopup_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LoadHandler_OnLoadEnd_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LoadHandler_OnLoadError_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LoadHandler_OnLoadingStateChange_call : TAsyncMethodCall<T>
Link copied to clipboard
open class LoadHandler_OnLoadStart_call : TAsyncMethodCall<T>
Link copied to clipboard
open class log_call : TAsyncMethodCall<T>
Link copied to clipboard
open class MessageRouterHandler_Dispose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class MessageRouterHandler_onQuery_call : TAsyncMethodCall<T>
open class MessageRouterHandler_onQueryCanceled_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RenderHandler_GetScreenInfo_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RenderHandler_GetScreenPoint_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RenderHandler_GetViewRect_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RenderHandler_OnPaint_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RequestHandler_GetAuthCredentials_call : TAsyncMethodCall<T>
open class RequestHandler_GetResourceRequestHandler_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RequestHandler_OnBeforeBrowse_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RequestHandler_OnCertificateError_call : TAsyncMethodCall<T>
Link copied to clipboard
open class RequestHandler_OnOpenURLFromTab_call : TAsyncMethodCall<T>
open class RequestHandler_OnRenderProcessTerminated_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceHandler_Cancel_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceHandler_Dispose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceHandler_GetResponseHeaders_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceHandler_ProcessRequest_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceHandler_ReadResponse_call : TAsyncMethodCall<T>
Link copied to clipboard
open class ResourceRequestHandler_Dispose_call : TAsyncMethodCall<T>
Link copied to clipboard
open class SchemeHandlerFactory_CreateHandler_call : TAsyncMethodCall<T>
Link copied to clipboard
open class SchemeHandlerFactory_Dispose_call : TAsyncMethodCall<T>

Functions

Link copied to clipboard
open fun AppHandler_OnContextInitialized(resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun CompletionCallback_OnComplete(completionCallback: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun connect(resultHandler: AsyncMethodCallback<Integer>)
Link copied to clipboard
open fun CookieAccessFilter_CanSaveCookie(filter: Int, bid: Int, frame: RObject, request: RObject, response: RObject, cookie: List<String>, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun CookieAccessFilter_CanSendCookie(filter: Int, bid: Int, frame: RObject, request: RObject, cookie: List<String>, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun CookieAccessFilter_Dispose(filter: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun CookieVisitor_Dispose(visitor: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun CookieVisitor_Visit(visitor: Int, cookie: Cookie, count: Int, total: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun DisplayHandler_OnAddressChange(bid: Int, frame: RObject, url: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun DisplayHandler_OnConsoleMessage(bid: Int, level: Int, message: String, source: String, line: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun DisplayHandler_OnStatusMessage(bid: Int, value: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun DisplayHandler_OnTitleChange(bid: Int, title: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun DisplayHandler_OnTooltip(bid: Int, text: String, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun FocusHandler_OnGotFocus(bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun FocusHandler_OnSetFocus(bid: Int, source: String, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun FocusHandler_OnTakeFocus(bid: Int, next: Boolean, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun getError(): Exception
Link copied to clipboard
open fun getProtocolFactory(): TProtocolFactory
Link copied to clipboard
open fun getTimeout(): Long
Link copied to clipboard
open fun hasError(): Boolean
Link copied to clipboard
open fun hasTimeout(): Boolean
Link copied to clipboard
open fun KeyboardHandler_OnKeyEvent(bid: Int, event: KeyEvent, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun KeyboardHandler_OnPreKeyEvent(bid: Int, event: KeyEvent, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun LifeSpanHandler_DoClose(bid: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun LifeSpanHandler_OnAfterCreated(bid: Int, nativeBrowserIdentifier: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun LifeSpanHandler_OnBeforeClose(bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun LifeSpanHandler_OnBeforePopup(bid: Int, frame: RObject, url: String, frameName: String, gesture: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun LoadHandler_OnLoadEnd(bid: Int, frame: RObject, httpStatusCode: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun LoadHandler_OnLoadError(bid: Int, frame: RObject, errorCode: Int, errorText: String, failedUrl: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun LoadHandler_OnLoadingStateChange(bid: Int, isLoading: Boolean, canGoBack: Boolean, canGoForward: Boolean, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun LoadHandler_OnLoadStart(bid: Int, frame: RObject, transition_type: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun log(msg: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun MessageRouterHandler_Dispose(handler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun MessageRouterHandler_onQuery(handler: RObject, bid: Int, frame: RObject, queryId: Long, request: String, persistent: Boolean, queryCallback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun MessageRouterHandler_onQueryCanceled(handler: RObject, bid: Int, frame: RObject, queryId: Long, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun RenderHandler_GetScreenInfo(bid: Int, resultHandler: AsyncMethodCallback<ScreenInfo>)
Link copied to clipboard
open fun RenderHandler_GetScreenPoint(bid: Int, viewX: Int, viewY: Int, resultHandler: AsyncMethodCallback<Point>)
Link copied to clipboard
open fun RenderHandler_GetViewRect(bid: Int, resultHandler: AsyncMethodCallback<Rect>)
Link copied to clipboard
open fun RenderHandler_OnPaint(bid: Int, popup: Boolean, dirtyRectsCount: Int, sharedMemName: String, sharedMemHandle: Long, width: Int, height: Int, resultHandler: AsyncMethodCallback<Void>)
open fun RequestContextHandler_GetResourceRequestHandler(handler: Int, bid: Int, frame: RObject, request: RObject, isNavigation: Boolean, isDownload: Boolean, requestInitiator: String, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
open fun RequestHandler_GetAuthCredentials(bid: Int, origin_url: String, isProxy: Boolean, host: String, port: Int, realm: String, scheme: String, authCallback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun RequestHandler_GetResourceRequestHandler(bid: Int, frame: RObject, request: RObject, isNavigation: Boolean, isDownload: Boolean, requestInitiator: String, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
open fun RequestHandler_OnBeforeBrowse(bid: Int, frame: RObject, request: RObject, user_gesture: Boolean, is_redirect: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun RequestHandler_OnCertificateError(bid: Int, cert_error: String, request_url: String, sslInfo: ByteBuffer, callback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun RequestHandler_OnOpenURLFromTab(bid: Int, frame: RObject, target_url: String, user_gesture: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun RequestHandler_OnRenderProcessTerminated(bid: Int, status: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun ResourceHandler_Cancel(resourceHandler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun ResourceHandler_Dispose(resourceHandler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun ResourceHandler_GetResponseHeaders(resourceHandler: Int, response: RObject, resultHandler: AsyncMethodCallback<ResponseHeaders>)
Link copied to clipboard
open fun ResourceHandler_ProcessRequest(resourceHandler: Int, request: RObject, callback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun ResourceHandler_ReadResponse(resourceHandler: Int, bytes_to_read: Int, callback: RObject, resultHandler: AsyncMethodCallback<ResponseData>)
Link copied to clipboard
open fun ResourceRequestHandler_Dispose(rrHandler: Int, resultHandler: AsyncMethodCallback<Void>)
open fun ResourceRequestHandler_GetCookieAccessFilter(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
open fun ResourceRequestHandler_GetResourceHandler(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
open fun ResourceRequestHandler_OnBeforeResourceLoad(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<Boolean>)
open fun ResourceRequestHandler_OnProtocolExecution(rrHandler: Int, bid: Int, frame: RObject, request: RObject, allowOsExecution: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
open fun ResourceRequestHandler_OnResourceLoadComplete(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, status: String, receivedContentLength: Long, resultHandler: AsyncMethodCallback<Void>)
open fun ResourceRequestHandler_OnResourceRedirect(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, new_url: String, resultHandler: AsyncMethodCallback<String>)
open fun ResourceRequestHandler_OnResourceResponse(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
open fun SchemeHandlerFactory_CreateHandler(schemeHandlerFactory: Int, bid: Int, frame: RObject, scheme_name: String, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
open fun SchemeHandlerFactory_Dispose(schemeHandlerFactory: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
open fun setTimeout(timeout: Long)