org.littleshoot.proxy
Interface RelayListener
- All Known Implementing Classes:
- HttpRequestHandler
public interface RelayListener
Listener for events on the HTTP traffic relayer.
|
Method Summary |
void |
onChannelAvailable(String hostAndPort,
org.jboss.netty.channel.ChannelFuture channelFuture)
|
void |
onRelayChannelClose(org.jboss.netty.channel.Channel browserToProxyChannel,
String hostAndPort,
int unansweredRequests,
boolean closedEndsResponseBody)
|
void |
onRelayHttpResponse(org.jboss.netty.channel.Channel browserToProxyChannel,
String hostAndPort,
org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
|
onRelayChannelClose
void onRelayChannelClose(org.jboss.netty.channel.Channel browserToProxyChannel,
String hostAndPort,
int unansweredRequests,
boolean closedEndsResponseBody)
onRelayHttpResponse
void onRelayHttpResponse(org.jboss.netty.channel.Channel browserToProxyChannel,
String hostAndPort,
org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
onChannelAvailable
void onChannelAvailable(String hostAndPort,
org.jboss.netty.channel.ChannelFuture channelFuture)
Copyright © 2009-2012 LittleShoot. All Rights Reserved.