Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
-
Packages that use Bytestream.Mode Package Description org.jivesoftware.smackx.bytestreams.socks5.packet Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements 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.Mode Modifier and Type Method Description static Bytestream.ModeBytestream.Mode. fromName(java.lang.String name)Bytestream.ModeBytestream. getMode()Returns the transport mode.static Bytestream.ModeBytestream.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 Modifier and Type Method Description voidBytestream. 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.Mode Modifier and Type Method Description JingleS5BTransportJingleS5BTransportSession. createTransport(java.lang.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.Mode Modifier and Type Method Description Bytestream.ModeJingleS5BTransport. getMode()Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.Mode Modifier and Type Method Description JingleS5BTransport.BuilderJingleS5BTransport.Builder. setMode(Bytestream.Mode mode)Constructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type Bytestream.Mode Constructor Description JingleS5BTransport(java.util.List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, java.lang.String streamId, java.lang.String dstAddr, Bytestream.Mode mode)
-