Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Scheme,InterceptUrlRequestCallback> |
EngineOptions.schemes()
Returns an immutable map of the schemes that will be intercepted.
|
Modifier and Type | Method and Description |
---|---|
EngineOptions.Builder |
EngineOptions.Builder.addScheme(Scheme scheme,
InterceptUrlRequestCallback callback)
Associates the given URL
scheme with the callback , so that all URL
requests with the given scheme will be intercepted before they are sent out. |