Uses of Class
org.swisspush.gateleen.logging.FilterResult
-
-
Uses of FilterResult in org.swisspush.gateleen.logging
Methods in org.swisspush.gateleen.logging that return FilterResult Modifier and Type Method Description static FilterResultRequestPropertyFilter. filterProperty(io.vertx.core.http.HttpServerRequest request, String filterPropertyKey, String filterPropertyValue, boolean reject)Check the provided request against the filterProperty values (key, value) and return aFilterResultdefining whether to filterProperty the request or not.static FilterResultFilterResult. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterResult[]FilterResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-