Package ac.simons.oembed
Extensible oEmbed discovery service for Java.
-
Interface Summary Interface Description OembedParser This is 1:1 copy from the interface of the same name from java-oembed except for the checked exceptions.OembedResponseRenderer The purpose of this interface is turningOembedResponses into usable chunks of html code.RequestProvider An oembed provider creates Http requests for embeddable urls. -
Class Summary Class Description DefaultRequestProvider The default implementation of an oembed provider.OembedEndpoint This describes an oembed endpoint, with its name, url schemes etc.OembedJsonParser Provides JSON Parsing forOembedResponses.OembedResponse This represents a valid OEmbed response according to the specs from oembed.com.OembedService -
Enum Summary Enum Description OembedResponse.Format Constants for supported oembed formats. -
Exception Summary Exception Description OembedException An exception for wrapping any checked exception that might happens due parsing of responses etc.