Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
-
Packages that use Bytestream.StreamHost Package Description org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.bytestreams.socks5.packet Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements 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.StreamHost Modifier and Type Field Description protected Bytestream.StreamHost
Socks5Client. streamHost
Methods in org.jivesoftware.smackx.bytestreams.socks5 that return types with arguments of type Bytestream.StreamHost Modifier and Type Method Description java.util.List<Bytestream.StreamHost>
Socks5BytestreamManager. getLocalStreamHost()
Returns the stream host information of the local SOCKS5 proxy containing the IP address and the port.java.util.Map<Bytestream.StreamHost,java.lang.Exception>
Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host. getStreamHostsExceptions()
Constructors in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Bytestream.StreamHost Constructor Description Socks5Client(Bytestream.StreamHost streamHost, java.lang.String digest)
Constructor for a SOCKS5 client.Socks5ClientForInitiator(Bytestream.StreamHost streamHost, java.lang.String digest, XMPPConnection connection, java.lang.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.StreamHost Modifier and Type Method Description Bytestream.StreamHost
Bytestream. addStreamHost(Jid JID, java.lang.String address)
Adds a potential stream host that the remote user can connect to to receive the file.Bytestream.StreamHost
Bytestream. addStreamHost(Jid JID, java.lang.String address, int port)
Adds a potential stream host that the remote user can connect to to receive the file.Bytestream.StreamHost
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.StreamHost Modifier and Type Method Description java.util.List<Bytestream.StreamHost>
Bytestream. getStreamHosts()
Returns the list of stream hosts contained in the packet.Methods in org.jivesoftware.smackx.bytestreams.socks5.packet with parameters of type Bytestream.StreamHost Modifier and Type Method Description void
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.StreamHost Modifier and Type Method Description java.util.List<Bytestream.StreamHost>
JingleS5BTransportManager. determineStreamHostInfo(java.util.List<Jid> proxies)
java.util.List<Bytestream.StreamHost>
JingleS5BTransportManager. getAvailableStreamHosts()
java.util.List<Bytestream.StreamHost>
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.StreamHost Modifier and Type Method Description Bytestream.StreamHost
JingleS5BTransportCandidate. getStreamHost()
Constructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.StreamHost Constructor Description JingleS5BTransportCandidate(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type)
-