ContentHandlers
Table of Contents
Classes
- BinaryContentHandler
- Defines a ContentHandler for handling binary data. This is primarily used to handle file downloads.
- JSONContentHandler
- Defines a ContentHandler for JSON data. This handler is responsible for encoding and decoding JSON data for the
REST API and corresponds with the 'application/json' MIME type.
- URLContentHandler
- Defines a ContentHandler for URL encoded data. This handler is responsible for decoding URL encoded data for the
REST API and corresponds with the 'application/x-www-form-urlencoded' MIME type.