Uses of Class
org.simpleframework.common.KeyMap
Packages that use KeyMap
Package
Description
-
Uses of KeyMap in org.simpleframework.http
Methods in org.simpleframework.http that return KeyMapModifier and TypeMethodDescriptionAddress.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 KeyMapModifier and TypeFieldDescriptionMessageHeader.cookies
This is used to store the cookies added to the HTTP header.PartData.map
This is the key map that is used to store the part objects.MessageHeader.names
This is used to store the individual names for the header.private final 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.parseModifier and TypeClassDescriptionprivate class
TheParameterMap
is uses to store the parameters that are to be encoded in to the address.Fields in org.simpleframework.http.parse declared as KeyMapModifier and TypeFieldDescriptionContentTypeParser.map
Used to store the name value pairs of the parameters.Methods in org.simpleframework.http.parse that return KeyMapModifier and TypeMethodDescriptionAddressParser.getParameters()
This extracts the parameter values from the uniform resource identifier represented by this object.