Interface FirewallContext


public interface FirewallContext
Invocation of rules must be done through the firewall context. This is done to support firewall hooks, such as TRACE.

As firewall rule traversal is performed on a single thread on a per-request basis, implementations are not necessarily thread-safe.