Uses of Interface
org.littleshoot.proxy.HttpFilter

Uses of HttpFilter in org.littleshoot.proxy
 

Classes in org.littleshoot.proxy that implement HttpFilter
 class DefaultHttpFilter
          Default implementation of a class for processing HTTP request rules.
 class NoOpHttpFilter
          HTTP filter that does nothing.
 

Constructors in org.littleshoot.proxy with parameters of type HttpFilter
HttpRelayingHandler(org.jboss.netty.channel.Channel browserToProxyChannel, org.jboss.netty.channel.group.ChannelGroup channelGroup, HttpFilter filter, RelayListener relayListener, String hostAndPort)
          Creates a new HttpRelayingHandler with the specified connection to the browser.
 

Constructor parameters in org.littleshoot.proxy with type arguments of type HttpFilter
DefaultHttpProxyServer(int port, HttpRequestFilter requestFilter, Map<String,HttpFilter> responseFilters)
          Creates a new proxy server.
DefaultHttpProxyServer(int port, Map<String,HttpFilter> filters)
           
DefaultHttpProxyServer(int port, Map<String,HttpFilter> filters, String chainProxyHostAndPort, KeyStoreManager ksm, HttpRequestFilter requestFilter)
          Creates a new proxy server.
DefaultRelayPipelineFactory(String hostAndPort, org.jboss.netty.handler.codec.http.HttpRequest httpRequest, RelayListener relayListener, org.jboss.netty.channel.Channel browserToProxyChannel, org.jboss.netty.channel.group.ChannelGroup channelGroup, Map<String,HttpFilter> filters, HttpRequestFilter requestFilter, String chainProxyHostAndPort)
           
DefaultRelayPipelineFactoryFactory(String chainProxyHostAndPort, Map<String,HttpFilter> filters, HttpRequestFilter requestFilter, org.jboss.netty.channel.group.ChannelGroup channelGroup)
           
 



Copyright © 2009-2011 LittleShoot. All Rights Reserved.