Uses of Class
org.swisspush.gateleen.core.util.HttpRequestHeader
-
Packages that use HttpRequestHeader Package Description org.swisspush.gateleen.core.util -
-
Uses of HttpRequestHeader in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that return HttpRequestHeader Modifier and Type Method Description static HttpRequestHeaderHttpRequestHeader. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpRequestHeader[]HttpRequestHeader. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.core.util with parameters of type HttpRequestHeader Modifier and Type Method Description static booleanHttpRequestHeader. containsHeader(io.vertx.core.MultiMap headers, HttpRequestHeader httpRequestHeader)static IntegerHttpRequestHeader. getInteger(io.vertx.core.MultiMap headers, HttpRequestHeader httpRequestHeader)Get the value of the providedHttpRequestHeaderas Integer.static IntegerHttpRequestHeader. getInteger(io.vertx.core.MultiMap headers, HttpRequestHeader httpRequestHeader, Integer defaultValue)Get the value of the providedHttpRequestHeaderor a default value as Integer.static StringHttpRequestHeader. getString(io.vertx.core.MultiMap headers, HttpRequestHeader httpRequestHeader)Get the value of the providedHttpRequestHeaderas String.
-