Modifier and Type | Class and Description |
---|---|
class |
DefaultProxyCacheManager
Default cache manager for the proxy.
|
Modifier and Type | Method and Description |
---|---|
static ProxyCacheManager |
ProxyUtils.loadCacheManager() |
Constructor and Description |
---|
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.
|
Copyright © 2009–2015 LittleShoot. All rights reserved.