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.Mode
Bytestream.getMode()
Returns the transport mode.static Bytestream.Mode
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.ModeModifier and TypeMethodDescriptionvoid
Bytestream.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.ModeModifierConstructorDescriptionprotected
JingleS5BTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)