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.
 

Methods in org.littleshoot.proxy that return HttpFilter
 HttpFilter HttpResponseFilters.getFilter(String hostAndPort)
          Returns a filter for the specified host and port of the initial request.
 

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.
 



Copyright © 2009-2013 LittleShoot. All Rights Reserved.