model library
A basic library shipped with model, defined parser and fetch only for implementation.
Classes
- AudioInfo
- Specify audio metadata in rich informations.
- ImageInfo
- Display thumbnail of website with given image.
- MetaFetch
-
Read
Document
and find all metadata tags to generate corresponded MetaInfo. - MetaInfo
- Completed structure of rich information link preview metadata.
- OpenGraphPropertyParser
- Open Graph Protocol implementations of MetaPropertyParser.
- TwitterCardPropertyParser
- Twitter card implementations of MetaPropertyParser.
- VideoInfo
- Define metadata information for playing video in preview.
Enums
- MetaMergePreference
- A preference for operationg MetaInfo.merge.
Exceptions / Errors
- ContentTypeMismatchedException
-
An exception implement under
ClientException
that using invalid content type from given uri. - NonHttpUrlException
- Indicate the given Uri is not using HTTP(S) protocol.