Uses of Class
rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream.Mode
-
Packages that use Socks5ByteStream.Mode Package Description rocks.xmpp.extensions.bytestreams.s5b.model Provides XML schema implementations of XEP-0065: SOCKS5 Bytestreams.rocks.xmpp.extensions.jingle.transports.s5b.model Provides XML schema implementations of XEP-0260: Jingle SOCKS5 Bytestreams Transport Method. -
-
Uses of Socks5ByteStream.Mode in rocks.xmpp.extensions.bytestreams.s5b.model
Methods in rocks.xmpp.extensions.bytestreams.s5b.model that return Socks5ByteStream.Mode Modifier and Type Method Description Socks5ByteStream.Mode
Socks5ByteStream. getMode()
Gets the mode.static Socks5ByteStream.Mode
Socks5ByteStream.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Socks5ByteStream.Mode[]
Socks5ByteStream.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Socks5ByteStream.Mode in rocks.xmpp.extensions.jingle.transports.s5b.model
Methods in rocks.xmpp.extensions.jingle.transports.s5b.model that return Socks5ByteStream.Mode Modifier and Type Method Description Socks5ByteStream.Mode
S5bTransportMethod. getMode()
Gets the mode.Constructors in rocks.xmpp.extensions.jingle.transports.s5b.model with parameters of type Socks5ByteStream.Mode Constructor Description S5bTransportMethod(String sessionId, String dstaddr, Socks5ByteStream.Mode mode, Collection<S5bTransportMethod.Candidate> candidates)
-