Package org.jivesoftware.smack.proxy
Class ProxyInfo
java.lang.Object
org.jivesoftware.smack.proxy.ProxyInfo
Class which stores proxy information such as proxy type, host, port,
authentication etc.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionProxyInfo
(ProxyInfo.ProxyType pType, String pHost, int pPort, String pUser, String pPass) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProxyInfo
forHttpProxy
(String pHost, int pPort, String pUser, String pPass) static ProxyInfo
forSocks4Proxy
(String pHost, int pPort, String pUser, String pPass) static ProxyInfo
forSocks5Proxy
(String pHost, int pPort, String pUser, String pPass) int
-
Constructor Details
-
ProxyInfo
-
-
Method Details
-
forHttpProxy
-
forSocks4Proxy
-
forSocks5Proxy
-
getJavaProxyType
-
getProxyType
-
getProxyAddress
-
getProxyPort
-
getProxyUsername
-
getProxyPassword
-
getProxySocketConnection
-
toJavaProxy
-