Uses of Class
org.mobicents.media.server.mgcp.controller.MgcpEndpoint

Packages that use MgcpEndpoint
org.mobicents.media.server.mgcp.controller   
org.mobicents.media.server.mgcp.controller.naming   
org.mobicents.media.server.mgcp.tx   
 

Uses of MgcpEndpoint in org.mobicents.media.server.mgcp.controller
 

Fields in org.mobicents.media.server.mgcp.controller declared as MgcpEndpoint
protected  MgcpEndpoint MgcpConnection.mgcpEndpoint
           
 

Methods in org.mobicents.media.server.mgcp.controller that return MgcpEndpoint
 MgcpEndpoint Configurator.activate(Endpoint endpoint, MgcpProvider mgcpProvider, String address, int port)
          Creates relation between MGCP endpoint(activity) and server endpoint.
 

Methods in org.mobicents.media.server.mgcp.controller with parameters of type MgcpEndpoint
 void MgcpEndpointStateListener.onFreed(MgcpEndpoint sender)
           
 void MgcpConnection.wrap(MgcpEndpoint mgcpEndpoint, MgcpCall call, Connection connection)
           
 

Constructors in org.mobicents.media.server.mgcp.controller with parameters of type MgcpEndpoint
Request(MgcpEndpoint endpoint, Collection<MgcpPackage> packages)
           
 

Uses of MgcpEndpoint in org.mobicents.media.server.mgcp.controller.naming
 

Methods in org.mobicents.media.server.mgcp.controller.naming with parameters of type MgcpEndpoint
 void EndpointQueue.add(MgcpEndpoint endpoint)
          Adds new endpoint to the queue.
 int EndpointQueue.find(Text name, MgcpEndpoint[] endpoints)
          Finds endpoints matching to name pattern.
 int NamingTree.find(Text name, MgcpEndpoint[] endpoints)
          Searches endpoints with specified name pattern
 void EndpointQueue.onFreed(MgcpEndpoint endpoint)
           
 void NamingTree.register(MgcpEndpoint endpoint)
          Adds endpoint to this tree.
 void EndpointQueue.remove(MgcpEndpoint endpoint)
          Removes endpoint from the queue.
 void NamingTree.unregister(MgcpEndpoint endpoint)
          Removes endpoint from this tree.
 

Uses of MgcpEndpoint in org.mobicents.media.server.mgcp.tx
 

Methods in org.mobicents.media.server.mgcp.tx with parameters of type MgcpEndpoint
 int Transaction.find(Text name, MgcpEndpoint[] endpoints)
          Finds endpoints with specified name pattern.
 



Copyright © 2012 TeleStax, Inc.. All Rights Reserved.