Package org.mockserver.mock.action
Class HttpErrorActionHandler
- java.lang.Object
-
- org.mockserver.mock.action.HttpErrorActionHandler
-
public class HttpErrorActionHandler extends Object
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description HttpErrorActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(HttpError httpError, io.netty.channel.ChannelHandlerContext ctx)
-
-
-
Method Detail
-
handle
public void handle(HttpError httpError, io.netty.channel.ChannelHandlerContext ctx)
-
-