Smack/smack-core/src/main/java/org/jivesoftware/smack/proxy
Florian Schmaus 7032688123 Rework Proxy API
Instead of extending SocketFactory, the proxy support classes now
implement ProxySocketConnection. This removes a lot of unnecessary
code.

Also re-enables proxy support, which was broken in previous versions
because none of extended SocketFactories did override
createSocket() (SMACK-683).
2015-07-17 08:50:19 +02:00
..
HTTPProxySocketConnection.java Rework Proxy API 2015-07-17 08:50:19 +02:00
ProxyException.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
ProxyInfo.java Rework Proxy API 2015-07-17 08:50:19 +02:00
ProxySocketConnection.java Rework Proxy API 2015-07-17 08:50:19 +02:00
Socks4ProxySocketConnection.java Rework Proxy API 2015-07-17 08:50:19 +02:00
Socks5ProxySocketConnection.java Rework Proxy API 2015-07-17 08:50:19 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00