Uses of Interface
org.littleshoot.proxy.ProxyAuthorizationManager

Uses of ProxyAuthorizationManager in org.littleshoot.proxy
 

Classes in org.littleshoot.proxy that implement ProxyAuthorizationManager
 class DefaultProxyAuthorizationManager
          Default authentication manager that simply processes each authentication handler in the order it was added.
 

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



Copyright © 2009-2012 LittleShoot. All Rights Reserved.