Class AbstractTigerRouteCallback

java.lang.Object
de.gematik.test.tiger.proxy.handler.AbstractTigerRouteCallback
All Implemented Interfaces:
ExpectationCallback<HttpRequest>, ExpectationForwardAndResponseCallback, ExpectationForwardCallback
Direct Known Subclasses:
AbstractRouteProxyCallback, ForwardAllCallback

public abstract class AbstractTigerRouteCallback extends Object implements ExpectationForwardAndResponseCallback
Abstract super type handling the parsing logic for messages. It is the essential hook which allows the TigerProxy to gather the messages going through the MockServer. The actual implementations of this class deal with the routing of the messages.