|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.valves.ValveBase | +--org.apache.catalina.valves.RequestFilterValve | +--org.apache.catalina.valves.RemoteAddrValve
Concrete implementation of RequestFilterValve
that filters
based on the string representation of the remote client's IP address.
Field Summary |
Fields inherited from class org.apache.catalina.valves.RequestFilterValve |
allow, allows, denies, deny, sm |
Fields inherited from class org.apache.catalina.valves.ValveBase |
container, info |
Constructor Summary | |
RemoteAddrValve()
|
Method Summary | |
java.lang.String |
getInfo()
Return descriptive information about this Valve implementation. |
void |
invoke(Request request,
Response response,
ValveContext context)
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
|
Methods inherited from class org.apache.catalina.valves.RequestFilterValve |
getAllow, getDeny, precalculate, process, setAllow, setDeny |
Methods inherited from class org.apache.catalina.valves.ValveBase |
getContainer, setContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteAddrValve()
Method Detail |
public java.lang.String getInfo()
getInfo
in interface Valve
getInfo
in class RequestFilterValve
public void invoke(Request request, Response response, ValveContext context) throws java.io.IOException, javax.servlet.ServletException
process()
method to perform the actual filtering.
This method must be implemented by a concrete subclass.
invoke
in interface Valve
invoke
in class RequestFilterValve
request
- The servlet request to be processedresponse
- The servlet response to be createdcontext
- The valve context used to invoke the next valve
in the current processing pipeline
java.io.IOException
- if an input/output error occurs
javax.servlet.ServletException
- if a servlet error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |