Package io.datareplication.model
-
Interface Summary Interface Description Body TheBody
interface represents a sequence of bytes (usually for an entity or page body) including a length and an HTTP content type.ToHttpHeaders TheToHttpHeaders
interface allows extracting HTTP for an object. -
Class Summary Class Description ContentType A MIME type as used for an HTTPContent-Type
header.Entity<Header extends ToHttpHeaders> TheEntity
class represents a feed or snapshot entity.HttpHeader An HTTP header consisting of a name and one or more values.HttpHeaders A collection of multipleHttpHeader
objects.Page<PageHeader extends ToHttpHeaders,EntityHeader extends ToHttpHeaders> ThePage
class represents a complete feed or snapshot page, both on the producer and consumer side.PageId The ID of a feed or snapshot page.Url A URL.