Uses of Interface
org.mobicents.media.server.spi.Connection

Packages that use Connection
org.mobicents.media   
org.mobicents.media.server.spi   
 

Uses of Connection in org.mobicents.media
 

Methods in org.mobicents.media that return Connection
 Connection ComponentFactory.newConnection(boolean isLocal)
          Constructs new connection.
 

Methods in org.mobicents.media with parameters of type Connection
 void ComponentFactory.releaseConnection(Connection connection, boolean isLocal)
          Releases new connection.
 

Uses of Connection in org.mobicents.media.server.spi
 

Methods in org.mobicents.media.server.spi that return Connection
 Connection Endpoint.createConnection(ConnectionType type, Boolean isLocal)
          Creates new connection with specified mode.
 

Methods in org.mobicents.media.server.spi with parameters of type Connection
 void Endpoint.deleteConnection(Connection connection)
          Deletes specified connection.
 void Endpoint.deleteConnection(Connection connection, ConnectionType type)
          Deletes specified connection.
 void Connection.setOtherParty(Connection other)
          Joins endpoint wich executes this connection with other party.
 



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