public interface Server
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Association> |
getAnonymAssociations()
Returns an unmodifiable list of anonymous associations that are connected at the moment
|
java.util.List<java.lang.String> |
getAssociations()
Association configured for this Server
Anonymous associations are not present in this list |
java.lang.String[] |
getExtraHostAddresses()
When SCTP multi-homing configuration extra IP addresses are here
|
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
|
IpChannelType |
getIpChannelType()
Get the Server channel type - TCP or SCTP
|
int |
getMaxConcurrentConnectionsCount()
Return the count of concurrent connections that can accept a Server.
|
java.lang.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)
java.lang.String getName()
java.lang.String getHostAddress()
int getHostport()
java.lang.String[] getExtraHostAddresses()
boolean isStarted()
java.util.List<java.lang.String> getAssociations()
Association configured for this Server
Anonymous associations are not present in this listjava.util.List<Association> getAnonymAssociations()
Copyright © 2012. All Rights Reserved.