|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.filter.ProxyAuth
public class ProxyAuth
This is a filter that requires users to use proxy-authentication.
| Constructor Summary | |
|---|---|
ProxyAuth()
|
|
| Method Summary | |
|---|---|
HttpHeader |
doHttpInFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
test if a socket/header combination is valid or return a new HttpHeader. |
HttpHeader |
doHttpOutFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
test if a socket/header combination is valid or return a new HttpHeader. |
void |
setup(SProperties properties)
Setup this class with the given properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyAuth()
| Method Detail |
|---|
public HttpHeader doHttpInFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
doHttpInFiltering in interface HttpFiltersocket - the SocketChannel that made the request.header - the actual request made.con - the Connection handling the request.
public HttpHeader doHttpOutFiltering(SocketChannel socket,
HttpHeader header,
Connection con)
doHttpOutFiltering in interface HttpFiltersocket - the SocketChannel that made the request.header - the actual request made.con - the Connection handling the request.
public void setup(SProperties properties)
setup in interface HttpFilterproperties - the new configuration of this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||