Uses of Class
fr.gouv.vitam.common.server.application.VitamHttpHeader
-
Packages that use VitamHttpHeader Package Description fr.gouv.vitam.common.server.application Provides a Vitam Common Application Interface -
-
Uses of VitamHttpHeader in fr.gouv.vitam.common.server.application
Methods in fr.gouv.vitam.common.server.application that return VitamHttpHeader Modifier and Type Method Description static VitamHttpHeader
VitamHttpHeader. get(java.lang.String headerName)
Get VitamHttpHeader from namestatic VitamHttpHeader
VitamHttpHeader. valueOf(java.lang.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.Methods in fr.gouv.vitam.common.server.application with parameters of type VitamHttpHeader Modifier and Type Method Description static java.util.List<java.lang.String>
HttpHeaderHelper. getHeaderValues(javax.ws.rs.core.HttpHeaders headers, VitamHttpHeader name)
Get header values fromHttpHeaders
forVitamHttpHeader
static boolean
HttpHeaderHelper. hasValuesFor(javax.ws.rs.core.HttpHeaders headers, VitamHttpHeader vitamHeader)
Check if headers are declared
-