Uses of Interface
org.littleshoot.proxy.RelayPipelineFactoryFactory

Uses of RelayPipelineFactoryFactory in org.littleshoot.proxy
 

Classes in org.littleshoot.proxy that implement RelayPipelineFactoryFactory
 class DefaultRelayPipelineFactoryFactory
           
 

Constructors in org.littleshoot.proxy with parameters of type RelayPipelineFactoryFactory
HttpRequestHandler(org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory, RelayPipelineFactoryFactory relayPipelineFactoryFactory)
          Creates a new class for handling HTTP requests with no frills.
HttpRequestHandler(ProxyCacheManager cacheManager, ProxyAuthorizationManager authorizationManager, org.jboss.netty.channel.group.ChannelGroup channelGroup, org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory, RelayPipelineFactoryFactory relayPipelineFactoryFactory)
          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, org.jboss.netty.channel.socket.ClientSocketChannelFactory clientChannelFactory, String chainProxyHostAndPort, RelayPipelineFactoryFactory relayPipelineFactoryFactory, boolean useJmx)
          Creates a new class for handling HTTP requests with the specified authentication manager.
HttpServerPipelineFactory(ProxyAuthorizationManager authorizationManager, org.jboss.netty.channel.group.ChannelGroup channelGroup, String chainProxyHostAndPort, KeyStoreManager ksm, RelayPipelineFactoryFactory relayPipelineFactoryFactory)
          Creates a new pipeline factory with the specified class for processing proxy authentication.
 



Copyright © 2009-2011 LittleShoot. All Rights Reserved.