-
Class Summary
Class |
Description |
NotOnDomainsDecideRule |
Rule applies configured decision to any URIs that are
*not* in one of the domains in the configured set of
domains, filled from the seed set.
|
NotOnHostsDecideRule |
Rule applies configured decision to any URIs that
are *not* on one of the hosts in the configured set of
hosts, filled from the seed set.
|
NotSurtPrefixedDecideRule |
Rule applies configured decision to any URIs that, when
expressed in SURT form, do *not* begin with one of the prefixes
in the configured set.
|
OnDomainsDecideRule |
Rule applies configured decision to any URIs that
are on one of the domains in the configured set of
domains, filled from the seed set.
|
OnHostsDecideRule |
Rule applies configured decision to any URIs that
are on one of the hosts in the configured set of
hosts, filled from the seed set.
|
SurtPrefixedDecideRule |
Rule applies configured decision to any URIs that, when
expressed in SURT form, begin with one of the prefixes
in the configured set.
|