Uses of Interface
org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
Packages that use ProxyCandidate Package Description org.jivesoftware.openfire.mediaproxy -
-
Uses of ProxyCandidate in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement ProxyCandidate Modifier and Type Class Description classMediaProxySessionA media proxy session enables two clients to exchange UDP traffic.classRelaySessionA Session Class will control "receive and relay" proccess.Methods in org.jivesoftware.openfire.mediaproxy that return ProxyCandidate Modifier and Type Method Description ProxyCandidateMediaProxy. addRelayAgent(String id, String creator)Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.ProxyCandidateMediaProxy. addRelayAgent(String id, String creator, String hostA, int portA, String hostB, int portB)Add a new Dynamic Session to the mediaproxy for defined IPs and ports.
-