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

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

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

Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return Bytestream.Mode
static Bytestream.Mode Bytestream.Mode.fromName(java.lang.String name)
           
 Bytestream.Mode Bytestream.getMode()
          Returns the transport mode.
static Bytestream.Mode Bytestream.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Bytestream.Mode[] Bytestream.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.bytestreams.socks5.packet with parameters of type Bytestream.Mode
 void Bytestream.setMode(Bytestream.Mode mode)
          Set the transport mode.