Uses of Class
de.gematik.test.tiger.mockserver.mock.action.http.HttpActionHandler
Packages that use HttpActionHandler
Package
Description
-
Uses of HttpActionHandler in de.gematik.test.tiger.mockserver.mock
Methods in de.gematik.test.tiger.mockserver.mock with parameters of type HttpActionHandlerModifier and TypeMethodDescriptionvoidHttpAction.handle(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) voidHttpAction.performActualRequestAndWriteResponse(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) -
Uses of HttpActionHandler in de.gematik.test.tiger.mockserver.netty
Methods in de.gematik.test.tiger.mockserver.netty that return HttpActionHandlerConstructors in de.gematik.test.tiger.mockserver.netty with parameters of type HttpActionHandlerModifierConstructorDescriptionHttpRequestHandler(MockServerConfiguration configuration, MockServer server, HttpState httpState, HttpActionHandler httpActionHandler) -
Uses of HttpActionHandler in de.gematik.test.tiger.mockserver.netty.unification
Constructors in de.gematik.test.tiger.mockserver.netty.unification with parameters of type HttpActionHandlerModifierConstructorDescriptionPortUnificationHandler(MockServerConfiguration configuration, MockServer server, HttpState httpState, HttpActionHandler actionHandler, MockServerInfiniteLoopChecker infiniteLoopChecker)