Uses of Interface
org.jivesoftware.openfire.mediaproxy.ProxyCandidate
Packages that use ProxyCandidate
-
Uses of ProxyCandidate in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement ProxyCandidateModifier and TypeClassDescriptionclassA media proxy session enables two clients to exchange UDP traffic.classA Session Class will control "receive and relay" proccess.Methods in org.jivesoftware.openfire.mediaproxy that return ProxyCandidateModifier and TypeMethodDescriptionMediaProxy.addRelayAgent(String id, String creator) Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.MediaProxy.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.