| Modifier and Type | Method and Description |
|---|---|
static FilterResult |
RequestPropertyFilter.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 a
FilterResult defining
whether to filterProperty the request or not. |
static FilterResult |
FilterResult.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.
|
Copyright © 2016–2018. All rights reserved.