Uses of Interface
org.apache.activemq.blob.BlobDownloadStrategy
Packages that use BlobDownloadStrategy
Package
Description
Helper classes for dealing with out-of-band BLOB objects
-
Uses of BlobDownloadStrategy in org.apache.activemq.blob
Classes in org.apache.activemq.blob that implement BlobDownloadStrategyModifier and TypeClassDescriptionclass
A default implementation ofBlobDownloadStrategy
which uses the URL class to download files or streams from a remote URLclass
BlobUploadStrategy
andBlobDownloadStrategy
implementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobDownloadStrategyModifier and TypeMethodDescriptionprotected BlobDownloadStrategy
BlobTransferPolicy.createDownloadStrategy()
Returns the download strategy depending on the information from the uploadURL.BlobTransferPolicy.getDownloadStrategy()
BlobDownloader.getStrategy()