Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
com.teamdev.jxbrowser.profile |
Contains interfaces for working with Chromium profiles.
|
Class and Description |
---|
Proxy
Allows modifying proxy configuration.
|
Class and Description |
---|
AutoDetectProxyConfig
With this proxy configuration the connection automatically detects proxy settings.
|
CustomProxyConfig
A custom proxy settings.
|
DirectProxyConfig
With this proxy configuration the connection does not use a proxy server.
|
ProxyConfig
A common interface all proxy configurations must extend.
|
ProxyType
The proxy types.
|
SystemProxyConfig |
UrlProxyConfig
With this proxy configuration the connection uses proxy settings received from proxy auto-config
(PAC) file which is located at the specific address.
|
Class and Description |
---|
Proxy
Allows modifying proxy configuration.
|