Uses of Class
com.github.markusbernhardt.proxy.util.PListParser.Dict
-
Packages that use PListParser.Dict Package Description com.github.markusbernhardt.proxy.search.desktop.osx com.github.markusbernhardt.proxy.util -
-
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.Dict Modifier and Type Method Description private java.net.ProxySelector
OsxProxySearchStrategy. autodetectProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)
Invoke WPAD proxy detection if configured.private java.net.ProxySelector
OsxProxySearchStrategy. buildSelector(PListParser.Dict proxySettings)
Build a selector from the given settings.private java.net.ProxySelector
OsxProxySearchStrategy. installExceptionList(PListParser.Dict proxySettings, java.net.ProxySelector result)
Install a host name base filter to handle the proxy exclude list.private java.net.ProxySelector
OsxProxySearchStrategy. installPacProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)
Use a PAC based proxy selector if configured.private void
OsxProxySearchStrategy. installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, java.lang.String protocol)
Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate java.net.ProxySelector
OsxProxySearchStrategy. installSimpleHostFilter(PListParser.Dict proxySettings, java.net.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.Dict Modifier and Type Method Description static PListParser.Dict
PListParser. load(java.io.File file)
Create a nestedmap<String, Object>
from a plist xml file using the default mapping.(package private) PListParser.Dict
PListParser. parse(org.w3c.dom.Element element)
Parses a plist top element into a map dictionary containing all the data in the plist.private static PListParser.Dict
PListParser. parse(org.xml.sax.InputSource input)
Reads from the given input stream and parses it to a Dict.private PListParser.Dict
PListParser. parseDict(org.w3c.dom.NodeList elements)
Parse a list of xml elements as a plist dict.Methods in com.github.markusbernhardt.proxy.util with parameters of type PListParser.Dict Modifier and Type Method Description private static void
PListParser.Dict. dumpInternal(PListParser.Dict plist, int indent)
-