protected abstract static class ServerBuilder.ServerSettingsImpl extends java.lang.Object implements ServerSettings
Modifier and Type | Field and Description |
---|---|
ServerConnectionListener |
connectionListener |
int |
inactivityTimeout |
int |
maxClients |
ReferencingMethod |
referencingMethod |
int |
responseTimeout |
Modifier | Constructor and Description |
---|---|
protected |
ServerSettingsImpl() |
Modifier and Type | Method and Description |
---|---|
ServerConnectionListener |
getConnectionListener() |
int |
getInactivityTimeout() |
int |
getMaxClients() |
ReferencingMethod |
getReferencingMethod() |
int |
getResponseTimeout() |
public int inactivityTimeout
public int responseTimeout
public int maxClients
public ServerConnectionListener connectionListener
public ReferencingMethod referencingMethod
public int getInactivityTimeout()
getInactivityTimeout
in interface ServerSettings
public int getResponseTimeout()
getResponseTimeout
in interface ServerSettings
public int getMaxClients()
getMaxClients
in interface ServerSettings
public ServerConnectionListener getConnectionListener()
getConnectionListener
in interface ServerSettings
public ReferencingMethod getReferencingMethod()
getReferencingMethod
in interface ServerSettings