public abstract class CefRequestContext
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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 createContext(CefRequestContextHandler handler)
public abstract void dispose()
public static final CefRequestContext getGlobalContext()
public abstract CefRequestContextHandler getHandler()
public abstract boolean isGlobal()