Interface AggregatedHttpFile

All Superinterfaces:
HttpFile

public interface AggregatedHttpFile
extends HttpFile
An immutable variant of HttpFile which has its attributes and content readily available. Unlike HttpFile, an AggregatedHttpFile does not raise an IOException for It also has an additional method content() which gives you an immediate access to the file's content.