Uses of Interface
com.teamdev.jxbrowser.net.Scheme
Package
Description
This package provides the classes that allow you to work with engines.
Contains classes and interfaces for working with network.
-
Uses of Scheme in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionEngineOptions.schemes()
Returns an immutable map of the schemes that will be intercepted.Modifier 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. -
Uses of Scheme in com.teamdev.jxbrowser.net