Class AwsHttpServletRequest.HeaderValue
java.lang.Object
com.amazonaws.serverless.proxy.internal.servlet.AwsHttpServletRequest.HeaderValue
- Enclosing class:
- AwsHttpServletRequest
Class that represents a header value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String key, String value) getAttribute(String key) getKey()floatgetValue()voidsetAttributes(Map<String, String> attributes) voidvoidsetPriority(float priority) voidsetRawValue(String rawValue) void
-
Constructor Details
-
HeaderValue
public HeaderValue()
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-
getRawValue
-
setRawValue
-
getPriority
public float getPriority() -
setPriority
public void setPriority(float priority) -
getAttributes
-
setAttributes
-
addAttribute
-
getAttribute
-