See: Description
Interface | Description |
---|---|
Engine |
Provides access to the Chromium engine functionality.
|
EngineService |
An interface that all engine services must implement.
|
Class | Description |
---|---|
EngineOptions |
The options that are used to configure
Engine instances. |
EngineOptions.Builder |
A builder class to construct engine options.
|
Enum | Description |
---|---|
Language |
A list of supported user interface languages.
|
PasswordStore |
Defines password store types that are used to specify which encryption storage backend to use to
encrypt cookies on Linux.
|
RenderingMode |
A list of supported rendering modes.
|
Exception | Description |
---|---|
ChromiumProcessStartupFailureException |
Thrown when startup of the Chromium process has been failed.
|
EngineInitializationException |
A superclass of those exceptions that can be thrown during
Engine initialization. |
InvalidLicenseException |
Thrown when the given license is invalid.
|
IpcSetupFailureException |
Thrown when Inter-Process Communication (IPC) setup has been failed.
|
NoLicenseException |
Thrown when no license found.
|
UserDataDirectoryAlreadyInUseException |
Thrown when the user data directory is already used by another Engine instance in this or another
Java application.
|