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.Token
QueryParser.name
Used to accumulate the characters for the parameter name.private QueryParser.Token
QueryParser.value
Used to accumulate the characters for the parameter value.Methods in org.simpleframework.http.parse with parameters of type QueryParser.TokenModifier and TypeMethodDescriptionprivate void
QueryParser.insert
(QueryParser.Token name, QueryParser.Token value) This will add the given name and value to the parameters map.