| Package | Description |
|---|---|
| rocks.xmpp.extensions.bytestreams.s5b |
Provides classes for XEP-0065: SOCKS5 Bytestreams.
|
| rocks.xmpp.extensions.bytestreams.s5b.model |
Provides XML schema implementations of XEP-0065: SOCKS5 Bytestreams.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<List<StreamHost>> |
Socks5ByteStreamManager.discoverProxies()
Discovers the SOCKS5 proxies.
|
AsyncResult<List<StreamHost>> |
Socks5ByteStreamManager.getAvailableStreamHosts()
Gets a list of available stream hosts, including the discovered proxies and the local host.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamHost> |
Socks5ByteStream.getStreamHosts()
Gets the stream hosts.
|
| Constructor and Description |
|---|
Socks5ByteStream(String sessionId,
Collection<StreamHost> streamHosts,
String dstaddr)
Creates a
<query/> element with an <streamhost/> child elements. |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.