Uses of Class
rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Packages that use StreamHost Package Description rocks.xmpp.extensions.bytestreams.s5b.model Provides XML schema implementations of XEP-0065: SOCKS5 Bytestreams. -
-
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.
-