Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost

Packages that use Bytestream.StreamHost
org.jivesoftware.smackx.bytestreams.socks5.packet   
 

Uses of Bytestream.StreamHost in org.jivesoftware.smackx.bytestreams.socks5.packet
 

Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return Bytestream.StreamHost
 Bytestream.StreamHost Bytestream.addStreamHost(java.lang.String 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(java.lang.String 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(java.lang.String 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
 java.util.Collection<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
 void Bytestream.addStreamHost(Bytestream.StreamHost host)
          Adds a potential stream host that the remote user can transfer the file through.