| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyInfo |
ConnectionConfiguration.proxy |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionConfiguration.init(String serviceName,
ProxyInfo proxy) |
| Constructor and Description |
|---|
ConnectionConfiguration(String host,
int port,
ProxyInfo proxy)
Creates a new ConnectionConfiguration for a connection that will connect
to the desired host and port with desired proxy.
|
ConnectionConfiguration(String host,
int port,
String serviceName,
ProxyInfo proxy)
Creates a new ConnectionConfiguration using the specified host, port and
service name.
|
ConnectionConfiguration(String serviceName,
ProxyInfo proxy)
Creates a new ConnectionConfiguration for the specified service name with
specified proxy.
|
| 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) |
Copyright © 2014. All Rights Reserved.