|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.http.security.ForbidHost
A class to forbid hosts by IP.
Constructor Summary | |
ForbidHost()
|
Method Summary | |
void |
addForbidIP(java.lang.String addrName)
Adds a forbidden host. |
void |
init()
Initialize the forbidden host. |
boolean |
isForbidden(java.net.InetAddress addr)
Returns true if the host is forbidden. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForbidHost()
Method Detail |
public void addForbidIP(java.lang.String addrName)
public void init()
public boolean isForbidden(java.net.InetAddress addr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |