Uses of Class
org.attribyte.api.http.Parameter
Packages that use Parameter
-
Uses of Parameter in org.attribyte.api.http
Fields in org.attribyte.api.http with type parameters of type ParameterModifier and TypeFieldDescriptionstatic final Comparator<Parameter> Parameter.nameComparatorCompare parameters by name.Request.parametersAn immutable map of parameters.Methods in org.attribyte.api.http that return ParameterModifier and TypeMethodDescriptionReturns a copy of this parameter with the new value added.Methods in org.attribyte.api.http that return types with arguments of type ParameterModifier and TypeMethodDescriptionRequest.getParameters()Gets all parameters.Header.parseParameters(String headerValue) Parses ';' separated parameters in a header value.Request.parseParameters(String queryString) Parse parameters from a query string.Request.parseParameters(String queryString, boolean caseSensitiveNames) Parse parameters from a query string.Request.parseParametersPreserveNameCase(String queryString) Parse parameters from a query string, preserving case in parameter names.