Class IpRangeFilter
- java.lang.Object
-
- com.github.markusbernhardt.proxy.selector.whitelist.IpRangeFilter
-
-
Constructor Summary
Constructors Constructor Description IpRangeFilter(java.lang.String matchTo)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.net.URI uri)accept
-
-
-
Method Detail
-
accept
public boolean accept(java.net.URI uri)
accept- Specified by:
acceptin interfaceUriFilter- Parameters:
uri- the URI to test.- Returns:
- true if it matches the criteria else false.
- See Also:
UriFilter.accept(java.net.URI)
-
-