|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.filter.RevalidateFilter
public class RevalidateFilter
This is a class that makes all requests (matching a few criterias) use revalidation even if there is a usable resource in the cache.
| Constructor Summary | |
|---|---|
RevalidateFilter()
|
|
| Method Summary | |
|---|---|
HttpHeader |
doConnectFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpInFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpOutFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
Test if a socket/header combination is valid or return a new HttpHeader. |
void |
setup(SProperties properties,
HttpProxy proxy)
Setup this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RevalidateFilter()
| Method Detail |
|---|
public HttpHeader doHttpInFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
HttpFilter
doHttpInFiltering in interface HttpFiltersocket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
public HttpHeader doHttpOutFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
HttpFilter
doHttpOutFiltering in interface HttpFiltersocket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
public HttpHeader doConnectFiltering(java.nio.channels.SocketChannel socket,
HttpHeader header,
Connection con)
HttpFilter
doConnectFiltering in interface HttpFiltersocket - the Socket that made the request.header - the actual request made.con - the Connection handling the request.
public void setup(SProperties properties,
HttpProxy proxy)
HttpFilter
setup in interface HttpFilterproperties - the SProperties to get the settings from.proxy - the HttpProxy that is using this filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||