Class PrecannedTestExpectationForwardCallbackRequest
- java.lang.Object
- 
- org.mockserver.integration.callback.PrecannedTestExpectationForwardCallbackRequest
 
- 
- All Implemented Interfaces:
- ExpectationCallback<HttpRequest>,- ExpectationForwardCallback
 
 public class PrecannedTestExpectationForwardCallbackRequest extends Object implements ExpectationForwardCallback - Author:
- jamesdbloom
 
- 
- 
Constructor SummaryConstructors Constructor Description PrecannedTestExpectationForwardCallbackRequest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRequesthandle(HttpRequest httpRequest)Called for every request when expectation condition has been satisfied.
 
- 
- 
- 
Method Detail- 
handlepublic HttpRequest handle(HttpRequest httpRequest) Description copied from interface:ExpectationForwardCallbackCalled for every request when expectation condition has been satisfied. The request that satisfied the expectation condition is passed as the parameter and the return value is the request that will be proxied.- Specified by:
- handlein interface- ExpectationCallback<HttpRequest>
- Specified by:
- handlein interface- ExpectationForwardCallback
- Parameters:
- httpRequest- the request that satisfied the expectation condition
- Returns:
- the request that will be proxied
 
 
- 
 
-