Uses of Class
com.github.markusbernhardt.proxy.util.PListParser.Dict
Packages that use PListParser.Dict
Package
Description
-
Uses of PListParser.Dict in com.github.markusbernhardt.proxy.search.desktop.osx
Methods in com.github.markusbernhardt.proxy.search.desktop.osx with parameters of type PListParser.DictModifier and TypeMethodDescriptionprivate ProxySelector
OsxProxySearchStrategy.autodetectProxyIfAvailable
(PListParser.Dict proxySettings, ProxySelector result) Invoke WPAD proxy detection if configured.private ProxySelector
OsxProxySearchStrategy.buildSelector
(PListParser.Dict proxySettings) Build a selector from the given settings.private ProxySelector
OsxProxySearchStrategy.installExceptionList
(PListParser.Dict proxySettings, ProxySelector result) Install a host name base filter to handle the proxy exclude list.private ProxySelector
OsxProxySearchStrategy.installPacProxyIfAvailable
(PListParser.Dict proxySettings, ProxySelector result) Use a PAC based proxy selector if configured.private void
OsxProxySearchStrategy.installSelectorForProtocol
(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, String protocol) Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate ProxySelector
OsxProxySearchStrategy.installSimpleHostFilter
(PListParser.Dict proxySettings, ProxySelector result) Install a filter to ignore simple host names without domain name.private void
OsxProxySearchStrategy.installSocksProxy
(PListParser.Dict proxySettings, ProtocolDispatchSelector ps) Build a socks proxy and set it for the socks protocol. -
Uses of PListParser.Dict in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that return PListParser.DictModifier and TypeMethodDescriptionstatic PListParser.Dict
Create a nestedmap<String, Object>
from a plist xml file using the default mapping.(package private) PListParser.Dict
Parses a plist top element into a map dictionary containing all the data in the plist.private static PListParser.Dict
PListParser.parse
(InputSource input) Reads from the given input stream and parses it to a Dict.private PListParser.Dict
Parse a list of xml elements as a plist dict.Methods in com.github.markusbernhardt.proxy.util with parameters of type PListParser.DictModifier and TypeMethodDescriptionprivate static void
PListParser.Dict.dumpInternal
(PListParser.Dict plist, int indent)