Uses of Class
com.enterprisedt.util.proxy.HttpProxySocket
Packages that use HttpProxySocket
Package
Description
Contains classes for proxy functionality, including SOCKS and HTTP proxies.
-
Uses of HttpProxySocket in com.enterprisedt.util.proxy
Methods in com.enterprisedt.util.proxy that return HttpProxySocketModifier and TypeMethodDescriptionstatic HttpProxySocketHttpProxySocket.connectViaProxy(String host, int port, String proxyHost, int proxyPort, String username, String password, int timeout, String userAgent) static HttpProxySocketHttpProxySocket.connectViaProxy(String host, int port, String proxyHost, int proxyPort, String protocol, String username, String password, int timeout, String userAgent)