|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpProxy | |
---|---|
rabbit.filter | A set of filters for sockets, http and http resources. |
rabbit.handler | The resource handlers used in the web proxy. |
rabbit.proxy | The web proxy components. |
Uses of HttpProxy in rabbit.filter |
---|
Methods in rabbit.filter with parameters of type HttpProxy | |
---|---|
void |
HttpFilter.setup(SProperties properties,
HttpProxy proxy)
Setup this filter. |
void |
BlockFilter.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
SQLBlockFilter.setup(SProperties props,
HttpProxy proxy)
Setup this class with the given properties. |
void |
SetHeaderFilter.setup(SProperties properties,
HttpProxy proxy)
|
void |
HttpBaseFilter.setup(SProperties properties,
HttpProxy proxy)
|
void |
RevalidateFilter.setup(SProperties properties,
HttpProxy proxy)
|
void |
ProxyAuth.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
DontFilterFilter.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
DontCacheFilter.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
ReverseProxy.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
HttpSnoop.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
void |
NoGZipEncoding.setup(SProperties properties,
HttpProxy proxy)
Setup this class with the given properties. |
Uses of HttpProxy in rabbit.handler |
---|
Methods in rabbit.handler with parameters of type HttpProxy | |
---|---|
void |
BaseHandler.setup(SProperties properties,
HttpProxy proxy)
|
void |
GZipHandler.setup(SProperties prop,
HttpProxy proxy)
|
void |
FilterHandler.setup(SProperties prop,
HttpProxy proxy)
Setup this class. |
void |
ImageHandler.setup(SProperties prop,
HttpProxy proxy)
|
void |
HandlerFactory.setup(SProperties properties,
HttpProxy proxy)
setup the handler factory. |
Uses of HttpProxy in rabbit.proxy |
---|
Methods in rabbit.proxy that return HttpProxy | |
---|---|
HttpProxy |
Connection.getProxy()
|
Methods in rabbit.proxy with parameters of type HttpProxy | |
---|---|
void |
ClientTrafficLogger.setup(SProperties properties,
HttpProxy proxy)
Setup this logger |
void |
StandardOutTrafficLogger.setup(SProperties properties,
HttpProxy proxy)
|
void |
ResourceLoader.setupResource(String name,
SProperties props,
HttpProxy proxy)
Load and bind the resouce given by the given section name and properties. |
Constructors in rabbit.proxy with parameters of type HttpProxy | |
---|---|
Connection(ConnectionId id,
SocketChannel channel,
HttpProxy proxy)
Create a new Connection |
|
ProxyConnectionAcceptor(int id,
HttpProxy proxy)
Create a new ProxyConnectionAcceptor. |
|
SocketAccessController(String filters,
Config config,
HttpProxy proxy)
Create a new SocketAccessController that will use a list of internal filters. |
|
SSLHandler(HttpProxy proxy,
Connection con,
HttpHeader request,
TrafficLoggerHandler tlh)
Create a new SSLHandler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |