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