Uses of Enum
org.jivesoftware.smackx.bytestreams.socks5.packet.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
Bytestream.setMode
(Bytestream.Mode mode) Set the transport mode. -
Uses of Bytestream.Mode in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Modifier and TypeMethodDescriptionJingleS5BTransportSession.createTransport
(String sid, Bytestream.Mode mode) -
Uses of Bytestream.Mode in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
ModifierConstructorDescriptionprotected
JingleS5BTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)