| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.bosh | |
| org.jivesoftware.smack.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyInfo |
ConnectionConfiguration.proxy |
| Modifier and Type | Method and Description |
|---|---|
B |
ConnectionConfiguration.Builder.setProxyInfo(ProxyInfo proxyInfo)
Set the information about the Proxy used for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyInfo |
BOSHConfiguration.getProxyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ProxyInfo |
ProxyInfo.forDefaultProxy() |
static ProxyInfo |
ProxyInfo.forHttpProxy(String pHost,
int pPort,
String pUser,
String pPass) |
static ProxyInfo |
ProxyInfo.forNoProxy() |
static ProxyInfo |
ProxyInfo.forSocks4Proxy(String pHost,
int pPort,
String pUser,
String pPass) |
static ProxyInfo |
ProxyInfo.forSocks5Proxy(String pHost,
int pPort,
String pUser,
String pPass) |
| Constructor and Description |
|---|
Socks4ProxySocketFactory(ProxyInfo proxy) |
Socks5ProxySocketFactory(ProxyInfo proxy) |