|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.valves.ValveBase | +--org.apache.catalina.valves.RequestFilterValve | +--org.apache.catalina.valves.RemoteHostValve
Concrete implementation of RequestFilterValve
that filters
based on the string representation of the remote client's IP address.
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, next, previous |
Constructor Summary | |
RemoteHostValve()
|
Method Summary | |
java.lang.String |
getInfo()
Return descriptive information about this Valve implementation. |
void |
invoke(Request request,
Response response)
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, getNext, getPrevious, invokeNext, setContainer, setNext, setPrevious |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteHostValve()
Method Detail |
public java.lang.String getInfo()
getInfo
in class RequestFilterValve
public void invoke(Request request, Response response) 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 class RequestFilterValve
request
- The servlet request to be processedresponse
- The servlet response to be createdjava.io.IOException
- if an input/output error occursjavax.servlet.ServletException
- if a servlet error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |