Uses of Interface
org.jivesoftware.openfire.mediaproxy.SessionListener
-
Packages that use SessionListener Package Description org.jivesoftware.openfire.mediaproxy -
-
Uses of SessionListener in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement SessionListener Modifier and Type Class Description classMediaProxyA Media Proxy relays UDP traffic between two IPs to provide connectivity between two parties that are behind NAT devices.Methods in org.jivesoftware.openfire.mediaproxy with parameters of type SessionListener Modifier and Type Method Description voidMediaProxySession. addAgentListener(SessionListener sessionListener)Adds a listener for Session eventsvoidMediaProxySession. removeAgentListener(SessionListener sessionListener)Removes an Session events listener
-