public interface ConnectionConfig
Modifier and Type | Method and Description |
---|---|
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?
|
int getMaxLoginFailures()
int getLoginFailureDelay()
int getMaxAnonymousLogins()
int getMaxLogins()
boolean isAnonymousLoginEnabled()
int getMaxThreads()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.