Uses of Package
org.jivesoftware.smackx.bytestreams.socks5.packet

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

Classes in org.jivesoftware.smackx.bytestreams.socks5.packet used by org.jivesoftware.smackx.bytestreams.socks5
Bytestream
          A packet representing part of a SOCKS5 Bytestream negotiation.
 

Classes in org.jivesoftware.smackx.bytestreams.socks5.packet used by org.jivesoftware.smackx.bytestreams.socks5.packet
Bytestream.Activate
          The packet sent by the stream initiator to the stream proxy to activate the connection.
Bytestream.Mode
          The stream can be either a TCP stream or a UDP stream.
Bytestream.StreamHost
          Packet extension that represents a potential SOCKS5 proxy for the file transfer.
Bytestream.StreamHostUsed
          After selected a SOCKS5 stream host and successfully connecting, the target of the file transfer returns a byte stream packet with the stream host used extension.