- 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
-
- getBufferSize() - Method in interface org.mobicents.protocols.api.Management
-
Get a sending / receiving buffer size per an association (in bytes).
- getCode() - Method in enum org.mobicents.protocols.api.IpChannelType
-
- 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
-