| Interface | Description |
|---|---|
| Handler<T> |
| Class | Description |
|---|---|
| FormDataWriter |
Writes the payload for a multipart/form-data form.
Override FormDataWriter.write() and add your form fields with FormDataWriter.addField(String, String) and
FormDataWriter.addFileField(String, String, ApiRequestWriter) there. |
| IdResponseReader |
Parses an id response sent via plain text by the server
|
| Iso8601CompatibleDateFormat |
Extended SimpleDateFormat with extended timezone parsing so that it is compatible to Iso 8601
|
| ListHandler<T> |
Puts all the elements into a list
|
| OsmXmlDateFormat |
Format used to represent dates within the OSM Api 0.6 (except notes)
|
| PlainTextWriter | |
| SingleElementHandler<T> |
Handler that expects just a single element.
|
| XmlParser |
A simple XML parser that can be used quite similarly to the SAX parser but is based on the pull
parser.
|
| XmlWriter |
A simple XML writer / serializer with convenience method and less generic
|