Uses of Class
org.simpleframework.http.parse.QueryParser.Token
-
Packages that use QueryParser.Token Package Description org.simpleframework.http.parse -
-
Uses of QueryParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as QueryParser.Token Modifier and Type Field Description private 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.Token Modifier and Type Method Description private void
QueryParser. insert(QueryParser.Token name, QueryParser.Token value)
This will add the given name and value to the parameters map.
-