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.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.TokenModifier and TypeMethodDescriptionprivate voidAddressParser.insert(AddressParser.Token name, AddressParser.Token value) This will add the given name and value to the parameters map.