|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.filter.ReverseProxy
public class ReverseProxy
This is a filter that set up rabbit for reverse proxying.
| Constructor Summary | |
|---|---|
ReverseProxy()
|
|
| 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 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 ReverseProxy()
| 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)
setup in interface HttpFilterproperties - the new configuration of this class.proxy - the HttpProxy that is using this filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||