Uses of Enum Class
org.mockserver.model.HttpForward.Scheme
Packages that use HttpForward.Scheme
-
Uses of HttpForward.Scheme in org.mockserver.model
Methods in org.mockserver.model that return HttpForward.SchemeModifier and TypeMethodDescriptionHttpForward.getScheme()HttpForwardValidateAction.getScheme()static HttpForward.SchemeReturns the enum constant of this class with the specified name.static HttpForward.Scheme[]HttpForward.Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type HttpForward.SchemeModifier and TypeMethodDescriptionHttpForward.withScheme(HttpForward.Scheme scheme) The scheme to use when forwarded the request, either HTTP or HTTPS.HttpForwardValidateAction.withScheme(HttpForward.Scheme scheme) -
Uses of HttpForward.Scheme in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForward.SchemeModifier and TypeMethodDescriptionHttpForwardDTO.getScheme()HttpForwardValidateActionDTO.getScheme()Methods in org.mockserver.serialization.model with parameters of type HttpForward.SchemeModifier and TypeMethodDescriptionHttpForwardDTO.setScheme(HttpForward.Scheme scheme) HttpForwardValidateActionDTO.setScheme(HttpForward.Scheme scheme)