Uses of Class
org.simpleframework.http.parse.AddressParser.Token
Packages that use AddressParser.Token
-
Uses of AddressParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as AddressParser.TokenModifier and TypeFieldDescriptionprivate 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.TokenModifier and TypeMethodDescriptionprivate void
AddressParser.insert
(AddressParser.Token name, AddressParser.Token value) This will add the given name and value to the parameters map.