Uses of Class
org.simpleframework.common.KeyMap
-
Packages that use KeyMap Package Description org.simpleframework.http org.simpleframework.http.message org.simpleframework.http.parse -
-
Uses of KeyMap in org.simpleframework.http
Methods in org.simpleframework.http that return KeyMap Modifier and Type Method Description KeyMap<java.lang.String>
Address. getParameters()
This extracts the parameter values from the uniform resource identifier represented by this object. -
Uses of KeyMap in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as KeyMap Modifier and Type Field Description private KeyMap<Cookie>
MessageHeader. cookies
This is used to store the cookies added to the HTTP header.private KeyMap<Part>
PartData. map
This is the key map that is used to store the part objects.private KeyMap<java.lang.String>
MessageHeader. names
This is used to store the individual names for the header.private KeyMap<MessageHeader.Series>
MessageHeader. values
This is used to store multiple header values for a name. -
Uses of KeyMap in org.simpleframework.http.parse
Subclasses of KeyMap in org.simpleframework.http.parse Modifier and Type Class Description private class
AddressParser.ParameterMap
TheParameterMap
is uses to store the parameters that are to be encoded in to the address.Fields in org.simpleframework.http.parse declared as KeyMap Modifier and Type Field Description private KeyMap<java.lang.String>
ContentTypeParser. map
Used to store the name value pairs of the parameters.Methods in org.simpleframework.http.parse that return KeyMap Modifier and Type Method Description KeyMap<java.lang.String>
AddressParser. getParameters()
This extracts the parameter values from the uniform resource identifier represented by this object.
-