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.TokenAddressParser. domainUsed to track the characters that form the domain.private AddressParser.TokenAddressParser. nameUsed to track the name characters of a parameter.private AddressParser.TokenAddressParser. pathUsed to track the characters that form the path.private AddressParser.TokenAddressParser. queryUsed to track the characters that form the query.private AddressParser.TokenAddressParser. schemeReferences the scheme that this URI contains.private AddressParser.TokenAddressParser. valueUsed 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 voidAddressParser. insert(AddressParser.Token name, AddressParser.Token value)This will add the given name and value to the parameters map.
-