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.cookiesThis is used to store the cookies added to the HTTP header.PartData.mapThis is the key map that is used to store the part objects.MessageHeader.namesThis is used to store the individual names for the header.private final KeyMap<MessageHeader.Series> MessageHeader.valuesThis 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 classTheParameterMapis 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.mapUsed 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.