Uses of Class
org.simpleframework.http.parse.QueryParser.Token
Packages that use QueryParser.Token
-
Uses of QueryParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as QueryParser.TokenModifier and TypeFieldDescriptionprivate QueryParser.TokenQueryParser.nameUsed to accumulate the characters for the parameter name.private QueryParser.TokenQueryParser.valueUsed to accumulate the characters for the parameter value.Methods in org.simpleframework.http.parse with parameters of type QueryParser.TokenModifier and TypeMethodDescriptionprivate voidQueryParser.insert(QueryParser.Token name, QueryParser.Token value) This will add the given name and value to the parameters map.