A G I M O P R S T 

A

addAssociation(String, int, String, int, String) - Method in interface org.mobicents.protocols.api.Management
Add Association
addServer(String, String, int) - Method in interface org.mobicents.protocols.api.Management
Add new Server.
addServerAssociation(String, int, String, String) - Method in interface org.mobicents.protocols.api.Management
Add server Association.
Association - Interface in org.mobicents.protocols.api
A protocol relationship between endpoints
AssociationListener - Interface in org.mobicents.protocols.api
The listener interface for receiving the underlying socket status and received payload from peer.

G

getAssociation(String) - Method in interface org.mobicents.protocols.api.Management
Get existing Association for passed name
getAssociationListener() - Method in interface org.mobicents.protocols.api.Association
The AssociationListener set for this Association
getAssociations() - Method in interface org.mobicents.protocols.api.Management
Get configured Association map with name as key and Association instance as value
getAssociations() - Method in interface org.mobicents.protocols.api.Server
Association configured for this Server
getConnectDelay() - Method in interface org.mobicents.protocols.api.Management
Get connection delay.
getData() - Method in class org.mobicents.protocols.api.PayloadData
 
getDataLength() - Method in class org.mobicents.protocols.api.PayloadData
 
getHostAddress() - Method in interface org.mobicents.protocols.api.Association
The host address that underlying socket is bound to
getHostAddress() - Method in interface org.mobicents.protocols.api.Server
The host address that this server socket is bound to
getHostPort() - Method in interface org.mobicents.protocols.api.Association
The host port that underlying socket is bound to
getHostport() - Method in interface org.mobicents.protocols.api.Server
The host port that this server socket is bound to
getName() - Method in interface org.mobicents.protocols.api.Association
Each association has unique name
getName() - Method in interface org.mobicents.protocols.api.Management
Returns the name of this Management instance
getName() - Method in interface org.mobicents.protocols.api.Server
Get name of this Server.
getPayloadProtocolId() - Method in class org.mobicents.protocols.api.PayloadData
 
getPeerAddress() - Method in interface org.mobicents.protocols.api.Association
The peer address that the underlying socket connects to
getPeerPort() - Method in interface org.mobicents.protocols.api.Association
The peer port that the underlying socket is connected to
getPersistDir() - Method in interface org.mobicents.protocols.api.Management
Get persist dir
getServerName() - Method in interface org.mobicents.protocols.api.Association
Server name if the association is for Server
getServers() - Method in interface org.mobicents.protocols.api.Management
Get the list of Servers configured
getStreamNumber() - Method in class org.mobicents.protocols.api.PayloadData
 
getWorkerThreads() - Method in interface org.mobicents.protocols.api.Management
Number of threads configured to callback AssociationListener methods.

I

isComplete() - Method in class org.mobicents.protocols.api.PayloadData
 
isSingleThread() - Method in interface org.mobicents.protocols.api.Management
If set as single thread, number of workers thread set has no effect and entire protocol stack runs on single thread
isStarted() - Method in interface org.mobicents.protocols.api.Association
If this association is started by management
isStarted() - Method in interface org.mobicents.protocols.api.Server
If the server is started
isUnordered() - Method in class org.mobicents.protocols.api.PayloadData
 

M

Management - Interface in org.mobicents.protocols.api
Management class manages the underlying Association and Server.

O

onCommunicationLost(Association) - Method in interface org.mobicents.protocols.api.AssociationListener
Invoked when underlying socket lost the connection with peer due to any reason like network between peer's died etc.
onCommunicationRestart(Association) - Method in interface org.mobicents.protocols.api.AssociationListener
Invoked when the connection with the peer re-started.
onCommunicationShutdown(Association) - Method in interface org.mobicents.protocols.api.AssociationListener
Invoked when underlying socket is shutdown and connection is ended with peer.
onCommunicationUp(Association) - Method in interface org.mobicents.protocols.api.AssociationListener
Invoked when underlying socket is open and connection is established with peer.
onPayload(Association, PayloadData) - Method in interface org.mobicents.protocols.api.AssociationListener
Invoked when the PayloadData is received from peer
org.mobicents.protocols.api - package org.mobicents.protocols.api
 

P

PayloadData - Class in org.mobicents.protocols.api
The actual pay load data received or to be sent from/to underlying socket
PayloadData(int, byte[], boolean, boolean, int, int) - Constructor for class org.mobicents.protocols.api.PayloadData
 

R

removeAssociation(String) - Method in interface org.mobicents.protocols.api.Management
Remove existing Association.
removeServer(String) - Method in interface org.mobicents.protocols.api.Management
Remove existing Server

S

send(PayloadData) - Method in interface org.mobicents.protocols.api.Association
Send the PayloadData to the peer
Server - Interface in org.mobicents.protocols.api
A wrapper over actual server side Socket
setAssociationListener(AssociationListener) - Method in interface org.mobicents.protocols.api.Association
The AssociationListener to be registered for this Association
setConnectDelay(int) - Method in interface org.mobicents.protocols.api.Management
Set the connection delay for client side Association
setPersistDir(String) - Method in interface org.mobicents.protocols.api.Management
Directory where the XXX.xml will be searched
setSingleThread(boolean) - Method in interface org.mobicents.protocols.api.Management
Set protocol stack as single thread
setWorkerThreads(int) - Method in interface org.mobicents.protocols.api.Management
Number of threads configured for callback AssociationListener
start() - Method in interface org.mobicents.protocols.api.Management
Start the management.
startAssociation(String) - Method in interface org.mobicents.protocols.api.Management
Start the existing Association
startServer(String) - Method in interface org.mobicents.protocols.api.Management
Start the existing Server
stop() - Method in interface org.mobicents.protocols.api.Management
Stop the management.
stopAssociation(String) - Method in interface org.mobicents.protocols.api.Management
Stop the existing Association
stopServer(String) - Method in interface org.mobicents.protocols.api.Management
Stop the Server.

T

toString() - Method in class org.mobicents.protocols.api.PayloadData
 
A G I M O P R S T 

Copyright © 2012. All Rights Reserved.