| Package | Description |
|---|---|
| org.swisspush.gateleen.core.util |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestHeader |
HttpRequestHeader.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HttpRequestHeader.containsHeader(io.vertx.core.MultiMap headers,
HttpRequestHeader httpRequestHeader) |
static Integer |
HttpRequestHeader.getInteger(io.vertx.core.MultiMap headers,
HttpRequestHeader httpRequestHeader)
Get the value of the provided
HttpRequestHeader as Integer. |
static Integer |
HttpRequestHeader.getInteger(io.vertx.core.MultiMap headers,
HttpRequestHeader httpRequestHeader,
Integer defaultValue)
Get the value of the provided
HttpRequestHeader or a default value as Integer. |
static String |
HttpRequestHeader.getString(io.vertx.core.MultiMap headers,
HttpRequestHeader httpRequestHeader)
Get the value of the provided
HttpRequestHeader as String. |
Copyright © 2016–2021. All rights reserved.