org.littleshoot.proxy
Interface RelayListener

All Known Implementing Classes:
HttpRequestHandler

public interface RelayListener

Listener for events on the HTTP traffic relayer.


Method Summary
 void addInterestOpsListener(InterestOpsListener opsListener)
           
 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)
           
 

Method Detail

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)

addInterestOpsListener

void addInterestOpsListener(InterestOpsListener opsListener)


Copyright © 2009-2013 LittleShoot. All Rights Reserved.