public interface Server
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
getAnonymAssociations()
Returns an unmodifiable list of anonymous associations that are connected at the moment
|
List<String> |
getAssociations()
Association configured for this Server
Anonymous associations are not present in this list |
String[] |
getExtraHostAddresses()
When SCTP multi-homing configuration extra IP addresses are here
|
String |
getHostAddress()
The host address that this server socket is bound to
|
int |
getHostport()
The host port that this server socket is bound to
|
IpChannelType |
getIpChannelType()
Get the Server channel type - TCP or SCTP
|
int |
getMaxConcurrentConnectionsCount()
Return the count of concurrent connections that can accept a Server.
|
String |
getName()
Get name of this Server.
|
boolean |
isAcceptAnonymousConnections()
Return if this Server accepts Anonymous connections
|
boolean |
isStarted()
If the server is started
|
void |
setMaxConcurrentConnectionsCount(int val)
Set the count of concurrent connections that can accept a Server.
|
IpChannelType getIpChannelType()
boolean isAcceptAnonymousConnections()
int getMaxConcurrentConnectionsCount()
void setMaxConcurrentConnectionsCount(int val)
String getName()
String getHostAddress()
int getHostport()
String[] getExtraHostAddresses()
boolean isStarted()
List<String> getAssociations()
Association configured for this Server
Anonymous associations are not present in this listList<Association> getAnonymAssociations()
Copyright © 2017. All Rights Reserved.