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 ProxySelectorOsxProxySearchStrategy.autodetectProxyIfAvailable(PListParser.Dict proxySettings, ProxySelector result) Invoke WPAD proxy detection if configured.private ProxySelectorOsxProxySearchStrategy.buildSelector(PListParser.Dict proxySettings) Build a selector from the given settings.private ProxySelectorOsxProxySearchStrategy.installExceptionList(PListParser.Dict proxySettings, ProxySelector result) Install a host name base filter to handle the proxy exclude list.private ProxySelectorOsxProxySearchStrategy.installPacProxyIfAvailable(PListParser.Dict proxySettings, ProxySelector result) Use a PAC based proxy selector if configured.private voidOsxProxySearchStrategy.installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, String protocol) Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate ProxySelectorOsxProxySearchStrategy.installSimpleHostFilter(PListParser.Dict proxySettings, ProxySelector result) Install a filter to ignore simple host names without domain name.private voidOsxProxySearchStrategy.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.DictCreate a nestedmap<String, Object>from a plist xml file using the default mapping.(package private) PListParser.DictParses a plist top element into a map dictionary containing all the data in the plist.private static PListParser.DictPListParser.parse(InputSource input) Reads from the given input stream and parses it to a Dict.private PListParser.DictParse 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 voidPListParser.Dict.dumpInternal(PListParser.Dict plist, int indent)