|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionConfig
Interface for providing the configuration for the control socket connections.
Method Summary | |
---|---|
int |
getLoginFailureDelay()
The delay in number of milliseconds between login failures. |
int |
getMaxAnonymousLogins()
The maximum number of time an anonymous user can fail to login before getting disconnected |
int |
getMaxLoginFailures()
The maximum number of time an user can fail to login before getting disconnected |
int |
getMaxLogins()
The maximum number of concurrently logged in users |
int |
getMaxThreads()
Returns the maximum number of threads the server is allowed to create for processing client requests. |
boolean |
isAnonymousLoginEnabled()
Is anonymous logins allowed at the server? |
Method Detail |
---|
int getMaxLoginFailures()
int getLoginFailureDelay()
int getMaxAnonymousLogins()
int getMaxLogins()
boolean isAnonymousLoginEnabled()
int getMaxThreads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |