Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Packages that use Bytestream.StreamHost
Package
Description
Smack's API for XEP-0065: SOCKS5 Bytestreams.
Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
-
Uses of Bytestream.StreamHost in org.jivesoftware.smackx.bytestreams.socks5
Fields in org.jivesoftware.smackx.bytestreams.socks5 declared as Bytestream.StreamHostMethods in org.jivesoftware.smackx.bytestreams.socks5 that return types with arguments of type Bytestream.StreamHostModifier and TypeMethodDescriptionSocks5BytestreamManager.getLocalStreamHost()
Returns the stream host information of the local SOCKS5 proxy containing the IP address and the port.Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host.getStreamHostsExceptions()
Constructors in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Bytestream.StreamHostModifierConstructorDescriptionSocks5Client
(Bytestream.StreamHost streamHost, String digest) Constructor for a SOCKS5 client.Socks5ClientForInitiator
(Bytestream.StreamHost streamHost, String digest, XMPPConnection connection, String sessionID, Jid target) Creates a new SOCKS5 client for the initiators side. -
Uses of Bytestream.StreamHost in org.jivesoftware.smackx.bytestreams.socks5.packet
Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return Bytestream.StreamHostModifier and TypeMethodDescriptionBytestream.addStreamHost
(Jid JID, String address) Adds a potential stream host that the remote user can connect to to receive the file.Bytestream.addStreamHost
(Jid JID, String address, int port) Adds a potential stream host that the remote user can connect to to receive the file.Bytestream.getStreamHost
(Jid JID) Returns the stream host related to the given JID, or null if there is none.Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return types with arguments of type Bytestream.StreamHostModifier and TypeMethodDescriptionBytestream.getStreamHosts()
Returns the list of stream hosts contained in the packet.Methods in org.jivesoftware.smackx.bytestreams.socks5.packet with parameters of type Bytestream.StreamHostModifier and TypeMethodDescriptionvoid
Bytestream.addStreamHost
(Bytestream.StreamHost host) Adds a potential stream host that the remote user can transfer the file through. -
Uses of Bytestream.StreamHost in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b that return types with arguments of type Bytestream.StreamHostModifier and TypeMethodDescriptionJingleS5BTransportManager.determineStreamHostInfo
(List<Jid> proxies) JingleS5BTransportManager.getAvailableStreamHosts()
JingleS5BTransportManager.getLocalStreamHosts()
-
Uses of Bytestream.StreamHost in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements that return Bytestream.StreamHostConstructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.StreamHostModifierConstructorDescriptionJingleS5BTransportCandidate
(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type)