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.ProxySelectorOsxProxySearchStrategy. autodetectProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)Invoke WPAD proxy detection if configured.private java.net.ProxySelectorOsxProxySearchStrategy. buildSelector(PListParser.Dict proxySettings)Build a selector from the given settings.private java.net.ProxySelectorOsxProxySearchStrategy. installExceptionList(PListParser.Dict proxySettings, java.net.ProxySelector result)Install a host name base filter to handle the proxy exclude list.private java.net.ProxySelectorOsxProxySearchStrategy. installPacProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)Use a PAC based proxy selector if configured.private voidOsxProxySearchStrategy. installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, java.lang.String protocol)Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate java.net.ProxySelectorOsxProxySearchStrategy. installSimpleHostFilter(PListParser.Dict proxySettings, java.net.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.Dict Modifier and Type Method Description static PListParser.DictPListParser. load(java.io.File file)Create a nestedmap<String, Object>from a plist xml file using the default mapping.(package private) PListParser.DictPListParser. 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.DictPListParser. parse(org.xml.sax.InputSource input)Reads from the given input stream and parses it to a Dict.private PListParser.DictPListParser. 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 voidPListParser.Dict. dumpInternal(PListParser.Dict plist, int indent)
-