Uses of Interface
com.teamdev.jxbrowser.net.callback.InterceptUrlRequestCallback
Packages that use InterceptUrlRequestCallback
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of InterceptUrlRequestCallback in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return types with arguments of type InterceptUrlRequestCallbackModifier and TypeMethodDescriptionEngineOptions.schemes()
Returns an immutable map of the schemes that will be intercepted.Methods in com.teamdev.jxbrowser.engine with parameters of type InterceptUrlRequestCallbackModifier and TypeMethodDescriptionEngineOptions.Builder.addScheme
(Scheme scheme, InterceptUrlRequestCallback callback) Associates the given URLscheme
with thecallback
, so that all URL requests with the given scheme will be intercepted before they are sent out.