Uses of Class
org.forgerock.http.header.Directive
-
Uses of Directive in org.forgerock.http.header
Modifier and TypeMethodDescriptionstatic Directive
Return aDirective
based on the name and value, if value was quoted then this is also captured.static Directive
HeaderUtil.parseDirective
(String value) Splits a single HTTP directive name and value from an input string value.Modifier and TypeMethodDescriptionContentTypeHeader.getDirectives()
Returns all directives in the message, keyed off the directive name, or an empty map if none specified.HeaderUtil.parseDirectivesAsDirectiveMap
(Collection<String> values) Parses a set of HTTP directives from a collection of values.ModifierConstructorDescriptionContentTypeHeader
(String type, Map<String, Directive> directives) Constructs a new header based on message type and any message directives.