|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpFilter
The interface for filtering connections based on the client's IP address.
| Method Summary | |
|---|---|
boolean |
accept(java.net.InetAddress address)
Tells whether or not the given IP address is accepted by this filter. |
| Method Detail |
|---|
boolean accept(java.net.InetAddress address)
address - the IP address to check
true, if the given IP address is accepted by this
filter; false, otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||