Class TigerProxy.TestExpectationForwardCallback

  • All Implemented Interfaces:
    org.mockserver.mock.action.ExpectationCallback<org.mockserver.model.HttpRequest>, org.mockserver.mock.action.ExpectationForwardAndResponseCallback, org.mockserver.mock.action.ExpectationForwardCallback
    Enclosing class:
    TigerProxy

    public static class TigerProxy.TestExpectationForwardCallback
    extends Object
    implements org.mockserver.mock.action.ExpectationForwardAndResponseCallback
    • Constructor Detail

      • TestExpectationForwardCallback

        public TestExpectationForwardCallback()
    • Method Detail

      • handle

        public org.mockserver.model.HttpRequest handle​(org.mockserver.model.HttpRequest httpRequest)
        Specified by:
        handle in interface org.mockserver.mock.action.ExpectationCallback<org.mockserver.model.HttpRequest>
        Specified by:
        handle in interface org.mockserver.mock.action.ExpectationForwardAndResponseCallback
        Specified by:
        handle in interface org.mockserver.mock.action.ExpectationForwardCallback
      • handle

        public org.mockserver.model.HttpResponse handle​(org.mockserver.model.HttpRequest httpRequest,
                                                        org.mockserver.model.HttpResponse httpResponse)
                                                 throws Exception
        Specified by:
        handle in interface org.mockserver.mock.action.ExpectationForwardAndResponseCallback
        Throws:
        Exception