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 class
MediaProxySession
A media proxy session enables two clients to exchange UDP traffic.class
RelaySession
A Session Class will control "receive and relay" proccess.Methods in org.jivesoftware.openfire.mediaproxy that return ProxyCandidate Modifier and Type Method Description ProxyCandidate
MediaProxy. addRelayAgent(String id, String creator)
Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.ProxyCandidate
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.
-