Class ActionHandler


  • public class ActionHandler
    extends Object
    Author:
    jamesdbloom
    • Field Detail

      • REMOTE_SOCKET

        public static final io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
    • Constructor Detail

    • Method Detail

      • processAction

        public void processAction​(HttpRequest request,
                                  ResponseWriter responseWriter,
                                  io.netty.channel.ChannelHandlerContext ctx,
                                  Set<String> localAddresses,
                                  boolean proxyingRequest,
                                  boolean synchronous)