public abstract class CefRequestContext extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static CefRequestContext |
createContext(CefRequestContextHandler handler)
Creates a new context object with the specified handler.
|
abstract void |
dispose() |
static CefRequestContext |
getGlobalContext()
Returns the global context object.
|
abstract CefRequestContextHandler |
getHandler()
Returns the handler for this context if any.
|
abstract boolean |
isGlobal()
Returns true if this object is the global context.
|
public static final CefRequestContext getGlobalContext()
public static final CefRequestContext createContext(CefRequestContextHandler handler)
public abstract void dispose()
public abstract boolean isGlobal()
public abstract CefRequestContextHandler getHandler()
Copyright © 2017. All rights reserved.