Class CompressedStreamableResource
java.lang.Object
org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
org.apache.tapestry5.internal.services.assets.CompressedStreamableResource
- All Implemented Interfaces:
StreamableResource
GZip compressed representation of a
StreamableResource
.- Since:
- 5.4
-
Field Summary
Fields inherited from class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
assetChecksumGenerator, bytestreamCache, compression, description, lastModified, responseCustomizer
-
Constructor Summary
ConstructorsConstructorDescriptionCompressedStreamableResource
(StreamableResource base, AssetChecksumGenerator assetChecksumGenerator) -
Method Summary
Methods inherited from class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
addResponseCustomizer, equals, getChecksum, getCompression, getContentType, getDescription, getLastModified, getResponseCustomizer, getSize, hashCode, openStream, streamTo, toString, withContentType
-
Constructor Details
-
CompressedStreamableResource
public CompressedStreamableResource(StreamableResource base, AssetChecksumGenerator assetChecksumGenerator) throws IOException - Throws:
IOException
-