Package org.mockserver.mock.action
Class ActionHandler
- java.lang.Object
-
- org.mockserver.mock.action.ActionHandler
-
public class ActionHandler extends Object
- Author:
- jamesdbloom
-
-
Field Summary
Fields Modifier and Type Field Description static io.netty.util.AttributeKey<InetSocketAddress>
REMOTE_SOCKET
-
Constructor Summary
Constructors Constructor Description ActionHandler(io.netty.channel.EventLoopGroup eventLoopGroup, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processAction(HttpRequest request, ResponseWriter responseWriter, io.netty.channel.ChannelHandlerContext ctx, Set<String> localAddresses, boolean proxyingRequest, boolean synchronous)
-
-
-
Field Detail
-
REMOTE_SOCKET
public static final io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
-
-
Constructor Detail
-
ActionHandler
public ActionHandler(io.netty.channel.EventLoopGroup eventLoopGroup, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)
-
-
Method Detail
-
processAction
public void processAction(HttpRequest request, ResponseWriter responseWriter, io.netty.channel.ChannelHandlerContext ctx, Set<String> localAddresses, boolean proxyingRequest, boolean synchronous)
-
-