Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpFilter
Default implementation of a class for processing HTTP request rules.
|
class |
NoOpHttpFilter
HTTP filter that does nothing.
|
Modifier and Type | Method and Description |
---|---|
HttpFilter |
HttpResponseFilters.getFilter(String hostAndPort)
Returns a filter for the specified host and port of the initial request.
|
Constructor and Description |
---|
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–2015 LittleShoot. All rights reserved.