Uses of Interface
org.apache.activemq.blob.BlobDownloadStrategy
-
Packages that use BlobDownloadStrategy Package Description org.apache.activemq.blob 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 BlobDownloadStrategy Modifier and Type Class Description class
DefaultBlobDownloadStrategy
A default implementation ofBlobDownloadStrategy
which uses the URL class to download files or streams from a remote URLclass
FileSystemBlobStrategy
BlobUploadStrategy
andBlobDownloadStrategy
implementation which use the local filesystem for storing the payloadMethods in org.apache.activemq.blob that return BlobDownloadStrategy Modifier and Type Method Description protected BlobDownloadStrategy
BlobTransferPolicy. createDownloadStrategy()
Returns the download strategy depending on the information from the uploadURL.BlobDownloadStrategy
BlobTransferPolicy. getDownloadStrategy()
BlobDownloadStrategy
BlobDownloader. getStrategy()
-