Uses of Interface
org.littleshoot.proxy.RelayListener

Uses of RelayListener in org.littleshoot.proxy
 

Classes in org.littleshoot.proxy that implement RelayListener
 class HttpRequestHandler
          Class for handling all HTTP requests from the browser to the proxy.
 

Methods in org.littleshoot.proxy with parameters of type RelayListener
 org.jboss.netty.channel.ChannelPipelineFactory RelayPipelineFactoryFactory.getRelayPipelineFactory(org.jboss.netty.handler.codec.http.HttpRequest httpRequest, org.jboss.netty.channel.Channel browserToProxyChannel, RelayListener relayListener)
           
 org.jboss.netty.channel.ChannelPipelineFactory DefaultRelayPipelineFactoryFactory.getRelayPipelineFactory(org.jboss.netty.handler.codec.http.HttpRequest httpRequest, org.jboss.netty.channel.Channel browserToProxyChannel, RelayListener relayListener)
           
 

Constructors in org.littleshoot.proxy with parameters of type RelayListener
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, HttpResponseFilters responseFilters, HttpRequestFilter requestFilter, ChainProxyManager chainProxyManager, org.jboss.netty.util.Timer timer)
           
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.
HttpRelayingHandler(org.jboss.netty.channel.Channel browserToProxyChannel, org.jboss.netty.channel.group.ChannelGroup channelGroup, RelayListener relayListener, String hostAndPort)
          Creates a new HttpRelayingHandler with the specified connection to the browser.
 



Copyright © 2009-2013 LittleShoot. All Rights Reserved.