Uses of Enum
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
Packages that use Bytestream.Mode
Package
Description
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.Mode in org.jivesoftware.smackx.bytestreams.socks5.packet
Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return Bytestream.ModeModifier and TypeMethodDescriptionstatic Bytestream.ModeBytestream.getMode()Returns the transport mode.static Bytestream.ModeReturns 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.ModeModifier and TypeMethodDescriptionvoidBytestream.setMode(Bytestream.Mode mode) Set the transport mode. - 
Uses of Bytestream.Mode in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b with parameters of type Bytestream.ModeModifier and TypeMethodDescriptionJingleS5BTransportSession.createTransport(String sid, Bytestream.Mode mode)  - 
Uses of Bytestream.Mode in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements that return Bytestream.ModeMethods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.ModeConstructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.ModeModifierConstructorDescriptionprotectedJingleS5BTransport(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)