|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ProxyCacheManager in org.littleshoot.proxy |
|---|
| Classes in org.littleshoot.proxy that implement ProxyCacheManager | |
|---|---|
class |
DefaultProxyCacheManager
Default cache manager for the proxy. |
| Methods in org.littleshoot.proxy that return ProxyCacheManager | |
|---|---|
static ProxyCacheManager |
ProxyUtils.loadCacheManager()
|
| Constructors in org.littleshoot.proxy with parameters of type ProxyCacheManager | |
|---|---|
DefaultHttpProxyServer(int port,
HttpResponseFilters responseFilters,
ChainProxyManager chainProxyManager,
HandshakeHandlerFactory handshakeHandlerFactory,
HttpRequestFilter requestFilter,
org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.socket.ServerSocketChannelFactory serverChannelFactory,
ProxyCacheManager cacheManager)
Creates a new proxy server. |
|
DefaultHttpProxyServer(int port,
HttpResponseFilters responseFilters,
ProxyCacheManager cacheManager)
Creates a new proxy server. |
|
DefaultHttpProxyServer(int port,
ProxyCacheManager cacheManager)
Creates a new proxy server. |
|
HttpRequestHandler(ProxyCacheManager cacheManager,
ProxyAuthorizationManager authorizationManager,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
ChainProxyManager chainProxyManager,
RelayPipelineFactoryFactory relayPipelineFactoryFactory,
org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory)
Creates a new class for handling HTTP requests with the specified authentication manager. |
|
HttpRequestHandler(ProxyCacheManager cacheManager,
ProxyAuthorizationManager authorizationManager,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
RelayPipelineFactoryFactory relayPipelineFactoryFactory,
org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory)
Creates a new class for handling HTTP requests with the specified authentication manager. |
|
HttpServerPipelineFactory(ProxyAuthorizationManager authorizationManager,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
ChainProxyManager chainProxyManager,
HandshakeHandlerFactory handshakeHandlerFactory,
RelayPipelineFactoryFactory relayPipelineFactoryFactory,
org.jboss.netty.util.Timer timer,
org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory,
ProxyCacheManager proxyCacheManager)
Creates a new pipeline factory with the specified class for processing proxy authentication. |
|
ProxyHttpResponseEncoder(ProxyCacheManager cacheManager)
Creates a new HTTP response encoder that intercepts the encoding to include any relevant responses in the cache. |
|
ProxyHttpResponseEncoder(ProxyCacheManager cacheManager,
boolean transparent)
Creates a new HTTP response encoder that intercepts the encoding to include any relevant responses in the cache. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||