| Interface | Description |
|---|---|
| WhiteListParser |
Interface for an white list parser.
|
| Class | Description |
|---|---|
| DefaultWhiteListParser |
Default implementation for an white list parser.
|
| HostnameFilter |
Tests if a host name of a given URI matches some criteria.
|
| IpRangeFilter |
Filters an URI by inspecting it's IP address is in a given range.
|
| IPWithSubnetChecker |
Checks if the given string is a IP4 range subnet definition of the format
192.168.0/24 Based on a contribution by Jan Engler
|
| ProxyBypassListSelector |
Special purpose ProxySelector used as Facade on top of a normal
ProxySelector.
|
| UseProxyWhiteListSelector |
Special purpose ProxySelector used as Facade on top of a normal
ProxySelector.
|
| Enum | Description |
|---|---|
| HostnameFilter.Mode |
Copyright © 2023. All rights reserved.