public interface IpFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(InetAddress address)
Tells whether or not the given IP address is accepted by this filter.
|
boolean accept(InetAddress address)
address
- the IP address to checktrue
, if the given IP address is accepted by this
filter; false
, otherwise.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.