Interface HttpResource

All Superinterfaces:
InputStreamSource, Resource

public interface HttpResource extends Resource
Extended interface for a Resource to be written to an HTTP response.
Since:
5.0
Author:
Brian Clozel
  • Method Details

    • getResponseHeaders

      HttpHeaders getResponseHeaders()
      The HTTP headers to be contributed to the HTTP response that serves the current resource.
      Returns:
      the HTTP response headers