public abstract class CefRequestContext
extends java.lang.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.
(如果此对象是全局上下文,则返回true。)
|
public static final CefRequestContext createContext(CefRequestContextHandler handler)
public abstract void dispose()
public static final CefRequestContext getGlobalContext()
public abstract CefRequestContextHandler getHandler()
public abstract boolean isGlobal()