public class ActionHandler extends Object
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<InetSocketAddress> |
REMOTE_SOCKET |
Constructor and Description |
---|
ActionHandler(HttpStateHandler httpStateHandler,
ProxyConfiguration proxyConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
processAction(HttpRequest request,
ResponseWriter responseWriter,
io.netty.channel.ChannelHandlerContext ctx,
Set<String> localAddresses,
boolean proxyThisRequest,
boolean synchronous) |
public static final io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
public ActionHandler(HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)
public void processAction(HttpRequest request, ResponseWriter responseWriter, io.netty.channel.ChannelHandlerContext ctx, Set<String> localAddresses, boolean proxyThisRequest, boolean synchronous)
Copyright © 2018. All rights reserved.