Package | Description |
---|---|
fr.gouv.vitam.common.server.application |
Provides a Vitam Common Application Interface
|
Modifier and Type | Method and Description |
---|---|
static VitamHttpHeader |
VitamHttpHeader.get(String headerName)
Get VitamHttpHeader from name
|
static VitamHttpHeader |
VitamHttpHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitamHttpHeader[] |
VitamHttpHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
HttpHeaderHelper.getHeaderValues(javax.ws.rs.core.HttpHeaders headers,
VitamHttpHeader name)
Get header values from
HttpHeaders for VitamHttpHeader |
static boolean |
HttpHeaderHelper.hasValuesFor(javax.ws.rs.core.HttpHeaders headers,
VitamHttpHeader vitamHeader)
Check if headers are declared
|
Copyright © 2019 Vitam. All rights reserved.