Uses of Class
rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
Packages that use S5bTransportMethod Package Description rocks.xmpp.extensions.jingle.transports.s5b.model Provides XML schema implementations of XEP-0260: Jingle SOCKS5 Bytestreams Transport Method. -
-
Uses of S5bTransportMethod in rocks.xmpp.extensions.jingle.transports.s5b.model
Methods in rocks.xmpp.extensions.jingle.transports.s5b.model that return S5bTransportMethod Modifier and Type Method Description static S5bTransportMethodS5bTransportMethod. activated(String sid, String cid)Creates a transport method with a<activated/>element.static S5bTransportMethodS5bTransportMethod. candidateError(String sid)Creates a transport method with a<candidate-error/>element.static S5bTransportMethodS5bTransportMethod. candidateUsed(String sid, String cid)Creates a transport method with a<candidate-used/>element.static S5bTransportMethodS5bTransportMethod. proxyError(String sid)Creates a transport method with a<proxy-error/>element.
-