Uses of Class
com.amazonaws.serverless.proxy.internal.servlet.AwsHttpServletRequest.HeaderValue
Packages that use AwsHttpServletRequest.HeaderValue
-
Uses of AwsHttpServletRequest.HeaderValue in com.amazonaws.serverless.proxy.internal.servlet
Methods in com.amazonaws.serverless.proxy.internal.servlet that return types with arguments of type AwsHttpServletRequest.HeaderValueModifier and TypeMethodDescriptionprotected List<AwsHttpServletRequest.HeaderValue>AwsHttpServletRequest.parseHeaderValue(String headerValue) Prases a header value using the default value separator "," and qualifier separator ";".protected List<AwsHttpServletRequest.HeaderValue>AwsHttpServletRequest.parseHeaderValue(String headerValue, String valueSeparator, String qualifierSeparator) Generic method to parse an HTTP header value and split it into a list of key/values for all its components.