Uses of Class
org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Packages that use MediaProxySession Package Description org.jivesoftware.openfire.mediaproxy -
-
Uses of MediaProxySession in org.jivesoftware.openfire.mediaproxy
Subclasses of MediaProxySession in org.jivesoftware.openfire.mediaproxy Modifier and Type Class Description classRelaySessionA Session Class will control "receive and relay" proccess.Methods in org.jivesoftware.openfire.mediaproxy that return MediaProxySession Modifier and Type Method Description MediaProxySessionMediaProxy. getSession(String sid)Returns a media proxy session with the specified ID.Methods in org.jivesoftware.openfire.mediaproxy that return types with arguments of type MediaProxySession Modifier and Type Method Description Collection<MediaProxySession>MediaProxyService. getAgents()Return the list of active AgentsCollection<MediaProxySession>MediaProxy. getSessions()Returns the list of all currently active and running sessions.Methods in org.jivesoftware.openfire.mediaproxy with parameters of type MediaProxySession Modifier and Type Method Description voidMediaProxy. sessionClosed(MediaProxySession session)Implements Session Listener stopAgent event.voidSessionListener. sessionClosed(MediaProxySession session)A media proxy session was closed as a result of normal termination or because the max idle time elapsed.
-