Uses of Class
de.gematik.test.tiger.mockserver.mock.action.http.HttpForwardActionResult
Packages that use HttpForwardActionResult
Package
Description
-
Uses of HttpForwardActionResult in de.gematik.test.tiger.mockserver.mock.action.http
Methods in de.gematik.test.tiger.mockserver.mock.action.http that return HttpForwardActionResultModifier and TypeMethodDescriptionHttpForwardActionHandler.sendRequest(HttpRequest request, io.netty.channel.Channel incomingChannel, InetSocketAddress remoteAddress, UnaryOperator<HttpResponse> overrideHttpResponse) HttpForwardActionResult.setHttpResponse(CompletableFuture<HttpResponse> httpResponse) Methods in de.gematik.test.tiger.mockserver.mock.action.http with parameters of type HttpForwardActionResultModifier and TypeMethodDescriptionvoidHttpActionHandler.executeAfterForwardActionResponse(HttpForwardActionResult responseFuture, BiConsumer<HttpResponse, Throwable> command, boolean synchronous) voidHttpActionHandler.writeForwardActionResponse(HttpForwardActionResult responseFuture, NettyResponseWriter responseWriter, HttpRequest request, Action action, boolean synchronous) -
Uses of HttpForwardActionResult in de.gematik.test.tiger.mockserver.scheduler
Methods in de.gematik.test.tiger.mockserver.scheduler with parameters of type HttpForwardActionResultModifier and TypeMethodDescriptionvoidScheduler.submit(HttpForwardActionResult future, Runnable command, boolean synchronous, Predicate<Throwable> logException) voidScheduler.submit(HttpForwardActionResult future, BiConsumer<HttpResponse, Throwable> consumer, boolean synchronous)