org.mobicents.protocols.api
public interface Server
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAssociations()
Association configured for this Server |
java.lang.String |
getHostAddress()
The host address that this server socket is bound to
|
int |
getHostport()
The host port that this server socket is bound to
|
java.lang.String |
getName()
Get name of this Server.
|
boolean |
isStarted()
If the server is started
|
java.lang.String getName()
java.lang.String getHostAddress()
int getHostport()
boolean isStarted()
java.util.List<java.lang.String> getAssociations()
Association configured for this ServerCopyright © 2012. All Rights Reserved.