initial pubsubhubbub support (#44)

This commit is contained in:
Athou
2013-05-20 14:06:09 +02:00
parent badc830535
commit c88d3021b8
14 changed files with 389 additions and 7 deletions

View File

@@ -179,7 +179,7 @@ public class HttpGetter {
}
private static HttpClient newClient() {
public static HttpClient newClient() {
DefaultHttpClient client = new DefaultHttpClient();
SSLSocketFactory ssf = new SSLSocketFactory(SSL_CONTEXT, VERIFIER);