public interface RelayListener
Modifier and Type | Method and Description |
---|---|
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) |
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)
void onChannelAvailable(String hostAndPort, org.jboss.netty.channel.ChannelFuture channelFuture)
Copyright © 2009–2014 LittleShoot. All rights reserved.