Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.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
Modifier and TypeMethodDescriptionSocks5BytestreamManager.getLocalStreamHost()
Returns the stream host information of the local SOCKS5 proxy containing the IP address and the port.Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host.getStreamHostsExceptions()
ModifierConstructorDescriptionSocks5Client
(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
Modifier 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.Modifier and TypeMethodDescriptionBytestream.getStreamHosts()
Returns the list of stream hosts contained in the packet.Modifier 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
Modifier and TypeMethodDescriptionJingleS5BTransportManager.determineStreamHostInfo
(List<Jid> proxies) JingleS5BTransportManager.getAvailableStreamHosts()
JingleS5BTransportManager.getLocalStreamHosts()
-
Uses of Bytestream.StreamHost in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
ModifierConstructorDescriptionJingleS5BTransportCandidate
(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type)