Interface HttpResource
- All Superinterfaces:
- InputStreamSource, Resource
- 
Method SummaryModifier and TypeMethodDescriptionThe HTTP headers to be contributed to the HTTP response that serves the current resource.Methods inherited from interface InputStreamSourcegetInputStreamMethods inherited from interface ResourcecontentLength, createRelative, exists, getContentAsByteArray, getContentAsString, getDescription, getFile, getFilename, getFilePath, getURI, getURL, isFile, isOpen, isReadable, lastModified, readableChannel
- 
Method Details- 
getResponseHeadersHttpHeaders getResponseHeaders()The HTTP headers to be contributed to the HTTP response that serves the current resource.- Returns:
- the HTTP response headers
 
 
-