Uses of Class
rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Packages that use StreamHost 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. -
-
Uses of StreamHost in rocks.xmpp.extensions.bytestreams.s5b
Methods in rocks.xmpp.extensions.bytestreams.s5b that return StreamHost Modifier and Type Method Description StreamHost
Socks5ByteStreamManager. getStreamHost()
Gets the configured stream host.Methods in rocks.xmpp.extensions.bytestreams.s5b that return types with arguments of type StreamHost Modifier and Type Method 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.Methods in rocks.xmpp.extensions.bytestreams.s5b with parameters of type StreamHost Modifier and Type Method Description void
Socks5ByteStreamManager. setStreamHost(StreamHost streamHost)
Configures a custom stream host. -
Uses of StreamHost in rocks.xmpp.extensions.bytestreams.s5b.model
Methods in rocks.xmpp.extensions.bytestreams.s5b.model that return types with arguments of type StreamHost Modifier and Type Method Description List<StreamHost>
Socks5ByteStream. getStreamHosts()
Gets the stream hosts.Constructor parameters in rocks.xmpp.extensions.bytestreams.s5b.model with type arguments of type StreamHost Constructor Description Socks5ByteStream(String sessionId, Collection<StreamHost> streamHosts, Jid requester, Jid target)
Creates a<query/>
element with an<streamhost/>
child elements.
-