Package | Description |
---|---|
org.apache.activemq.blob |
Helper classes for dealing with out-of-band BLOB objects
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBlobDownloadStrategy
A default implementation of
BlobDownloadStrategy which uses the URL
class to download files or streams from a remote URL |
class |
FileSystemBlobStrategy
BlobUploadStrategy and BlobDownloadStrategy implementation which use the local filesystem for storing
the payload |
class |
FTPBlobDownloadStrategy
A FTP implementation for
BlobDownloadStrategy . |
Modifier and Type | Method and Description |
---|---|
protected BlobDownloadStrategy |
BlobTransferPolicy.createDownloadStrategy()
Returns the download strategy depending on the information from the
uploadURL.
|
BlobDownloadStrategy |
BlobTransferPolicy.getDownloadStrategy() |
BlobDownloadStrategy |
BlobDownloader.getStrategy() |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.