Uses of Class
org.simpleframework.http.parse.AddressParser.Token
-
Packages that use AddressParser.Token Package Description org.simpleframework.http.parse -
-
Uses of AddressParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as AddressParser.Token Modifier and Type Field Description private AddressParser.Token
AddressParser. domain
Used to track the characters that form the domain.private AddressParser.Token
AddressParser. name
Used to track the name characters of a parameter.private AddressParser.Token
AddressParser. path
Used to track the characters that form the path.private AddressParser.Token
AddressParser. query
Used to track the characters that form the query.private AddressParser.Token
AddressParser. scheme
References the scheme that this URI contains.private AddressParser.Token
AddressParser. value
Used to track the value characters of a parameter.Methods in org.simpleframework.http.parse with parameters of type AddressParser.Token Modifier and Type Method Description private void
AddressParser. insert(AddressParser.Token name, AddressParser.Token value)
This will add the given name and value to the parameters map.
-