| Package | Description |
|---|---|
| org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteAddrValve
Concrete implementation of
RequestFilterValve that filters
based on the string representation of the remote client's IP address. |
class |
RemoteHostValve
Concrete implementation of
RequestFilterValve that filters
based on the remote client's host name. |
Copyright © 2019. All rights reserved.