Class HttpAction
java.lang.Object
de.gematik.test.tiger.mockserver.mock.HttpAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAction<?>voidhandle(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) inthashCode()static HttpActionvoidperformActualRequestAndWriteResponse(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) setExpectationForwardAndResponseCallback(ExpectationForwardAndResponseCallback expectationForwardAndResponseCallback) toString()
-
Constructor Details
-
HttpAction
-
-
Method Details
-
of
-
handle
public void handle(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) -
performActualRequestAndWriteResponse
public void performActualRequestAndWriteResponse(HttpRequest request, io.netty.channel.Channel incomingChannel, HttpActionHandler actionHandler, NettyResponseWriter responseWriter, boolean synchronous) -
getAction
-
getExpectationForwardAndResponseCallback
-
setExpectationForwardAndResponseCallback
public HttpAction setExpectationForwardAndResponseCallback(ExpectationForwardAndResponseCallback expectationForwardAndResponseCallback) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-