Uses of Class
org.mockserver.serialization.model.HttpForwardWithFallbackDTO
Packages that use HttpForwardWithFallbackDTO
-
Uses of HttpForwardWithFallbackDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForwardWithFallbackDTOModifier and TypeMethodDescriptionExpectationDTO.getHttpForwardWithFallback()HttpForwardWithFallbackDTO.setFallbackOnStatusCodes(List<Integer> fallbackOnStatusCodes) HttpForwardWithFallbackDTO.setFallbackOnTimeout(Boolean fallbackOnTimeout) HttpForwardWithFallbackDTO.setFallbackResponse(HttpResponseDTO fallbackResponse) HttpForwardWithFallbackDTO.setHttpForward(HttpForwardDTO httpForward) HttpForwardWithFallbackDTO.setPrimary(boolean primary) Methods in org.mockserver.serialization.model with parameters of type HttpForwardWithFallbackDTOModifier and TypeMethodDescriptionExpectationDTO.setHttpForwardWithFallback(HttpForwardWithFallbackDTO httpForwardWithFallback)