Package | Description |
---|---|
org.apache.catalina.filters |
Modifier and Type | Class and Description |
---|---|
class |
RemoteAddrFilter
Concrete implementation of
RequestFilter that filters
based on the string representation of the remote client's IP address. |
class |
RemoteHostFilter
Concrete implementation of
RequestFilter that filters
based on the remote client's host name. |
class |
RequestFilter
Implementation of a Filter that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against a set of regular
expressions configured for this Filter.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.