File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/main/java/com/contentstack/sdk Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,6 @@ public class Config {
3232 @ Setter
3333 @ Getter
3434 protected String branch ;
35- /**
36- * -- SETTER --
37- * Proxy can be set like below.
38- *
39- * @param proxy Proxy setting, typically a type (http, socks) and a socket address. A Proxy is an immutable object
40- * <br>
41- * <br>
42- * <b>Example:</b><br>
43- * <br>
44- * <code>
45- * java.net.Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("proxyHost", "proxyPort"));
46- * java.net.Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("sl.theproxyvpn.io", 80)); Config
47- * config = new Config(); config.setProxy(proxy);
48- * </code>
49- */
5035 @ Setter
5136 protected Proxy proxy = null ;
5237 protected ConnectionPool connectionPool = new ConnectionPool ();
You can’t perform that action at this time.
0 commit comments