|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.server.ClientBlocker
public final class ClientBlocker
This class delays blocked clients.
Constructor Summary | |
---|---|
ClientBlocker()
|
Method Summary | |
---|---|
int |
delay(byte[] client)
Registers the client and returns a delay time. |
void |
remove(byte[] client)
Resets the login delay after successful login. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientBlocker()
Method Detail |
---|
public int delay(byte[] client)
client
- client address
public void remove(byte[] client)
client
- client address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |