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 class
MediaProxy
A 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 void
MediaProxySession. addAgentListener(SessionListener sessionListener)
Adds a listener for Session eventsvoid
MediaProxySession. removeAgentListener(SessionListener sessionListener)
Removes an Session events listener
-