Uses of Interface
com.teamdev.jxbrowser.net.Scheme
Packages that use 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
Methods in com.teamdev.jxbrowser.engine that return types with arguments of type SchemeModifier and TypeMethodDescriptionEngineOptions.schemes()Returns an immutable map of the schemes that will be intercepted.Methods in com.teamdev.jxbrowser.engine with parameters of type SchemeModifier and TypeMethodDescriptionEngineOptions.Builder.addScheme(Scheme scheme, InterceptUrlRequestCallback callback) Associates the given URLschemewith 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
Fields in com.teamdev.jxbrowser.net declared as SchemeModifier and TypeFieldDescriptionstatic final SchemeScheme.HTTPstatic final SchemeScheme.HTTPSstatic final SchemeScheme.JARThe scheme can be used to access resources located inside a JAR file.Methods in com.teamdev.jxbrowser.net that return Scheme