- getAnonymAssociations() - Method in interface org.mobicents.protocols.api.Server
-
Returns an unmodifiable list of anonymous associations that are connected at the moment
- 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
Anonymous associations are not present in this list
- getAssociationType() - Method in interface org.mobicents.protocols.api.Association
-
Return the type of Association CLIENT or SERVER
- getAssociationType(String) - Static method in enum org.mobicents.protocols.api.AssociationType
-
- getByteBuf() - Method in class org.mobicents.protocols.api.PayloadData
-
- getByteBufAllocator() - Method in interface org.mobicents.protocols.api.Association
-
Return ByteBufAllocator if the underlying Channel is netty or null if not
- getCode() - Method in enum org.mobicents.protocols.api.IpChannelType
-
- getCongControl_BackToNormalDelayThreshold_1() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongControl_BackToNormalDelayThreshold_2() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongControl_BackToNormalDelayThreshold_3() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongControl_DelayThreshold_1() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongControl_DelayThreshold_2() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongControl_DelayThreshold_3() - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- getCongestionLevel() - Method in interface org.mobicents.protocols.api.Association
-
Return the last measured Congestion Level at the sending direction
- 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
-
- getExtraHostAddresses() - Method in interface org.mobicents.protocols.api.Association
-
When SCTP multi-homing configuration extra IP addresses are here
- getExtraHostAddresses() - Method in interface org.mobicents.protocols.api.Server
-
When SCTP multi-homing configuration extra IP addresses are here
- 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
- getInstance(int) - Static method in enum org.mobicents.protocols.api.IpChannelType
-
- getInstance(String) - Static method in enum org.mobicents.protocols.api.IpChannelType
-
- getIpChannelType() - Method in interface org.mobicents.protocols.api.Association
-
Return the Association channel type TCP or SCTP
- getIpChannelType() - Method in interface org.mobicents.protocols.api.Server
-
Get the Server channel type - TCP or SCTP
- getMaxConcurrentConnectionsCount() - Method in interface org.mobicents.protocols.api.Server
-
Return the count of concurrent connections that can accept a Server.
- getName() - Method in interface org.mobicents.protocols.api.Association
-
Each association has unique name
- getName() - Method in interface org.mobicents.protocols.api.Management
-
- 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
- getServerListener() - Method in interface org.mobicents.protocols.api.Management
-
The AssociationListener set for this Association
- 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
-
This is SCTP Stream sequence identifier.
- getType() - Method in enum org.mobicents.protocols.api.AssociationType
-
- getType() - Method in enum org.mobicents.protocols.api.IpChannelType
-
- getWorkerThreads() - Method in interface org.mobicents.protocols.api.Management
-
This method is not used more.
- send(PayloadData) - Method in interface org.mobicents.protocols.api.Association
-
- Server - Interface in org.mobicents.protocols.api
-
A wrapper over actual server side Socket
- ServerListener - Interface in org.mobicents.protocols.api
-
- setAssociationListener(AssociationListener) - Method in interface org.mobicents.protocols.api.Association
-
- setCongControl_BackToNormalDelayThreshold_1(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setCongControl_BackToNormalDelayThreshold_2(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setCongControl_BackToNormalDelayThreshold_3(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setCongControl_DelayThreshold_1(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setCongControl_DelayThreshold_2(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setCongControl_DelayThreshold_3(double) - Method in interface org.mobicents.protocols.api.Management
-
For outgoing messages congestion control we need to have 3 thresholds - delays of outgoing messages before it will be
sent to IP channel (3 levels - 1, 2, 3).
- setConnectDelay(int) - Method in interface org.mobicents.protocols.api.Management
-
- setMaxConcurrentConnectionsCount(int) - Method in interface org.mobicents.protocols.api.Server
-
Set the count of concurrent connections that can accept a Server.
- setPersistDir(String) - Method in interface org.mobicents.protocols.api.Management
-
Directory where the XXX.xml will be searched
- setServerListener(ServerListener) - Method in interface org.mobicents.protocols.api.Management
-
- setSingleThread(boolean) - Method in interface org.mobicents.protocols.api.Management
-
This method is not used more.
- setWorkerThreads(int) - Method in interface org.mobicents.protocols.api.Management
-
This method is not used more.
- 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.
- stopAnonymousAssociation() - Method in interface org.mobicents.protocols.api.Association
-
Stop the anonymous association.
- 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.