Package io.datareplication.model
Interface ToHttpHeaders
-
- All Known Subinterfaces:
Body
- All Known Implementing Classes:
Entity,FeedEntityHeader,FeedPageHeader,FeedPageProvider.HeaderAndContentType,HttpHeaders,SnapshotEntityHeader,SnapshotPageHeader
public interface ToHttpHeadersTheToHttpHeadersinterface allows extracting HTTP for an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull HttpHeaderstoHttpHeaders()Return HTTP headers for this object.
-
-
-
Method Detail
-
toHttpHeaders
@NonNull @NonNull HttpHeaders toHttpHeaders()
Return HTTP headers for this object.- Returns:
- HTTP headers associated with this object
-
-