|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlobUploadStrategy | |
---|---|
org.apache.activemq.blob | Helper classes for dealing with out-of-band BLOB objects |
Uses of BlobUploadStrategy in org.apache.activemq.blob |
---|
Classes in org.apache.activemq.blob that implement BlobUploadStrategy | |
---|---|
class |
DefaultBlobUploadStrategy
A default implementation of BlobUploadStrategy which uses the URL
class to upload files or streams to a remote URL |
class |
FileSystemBlobStrategy
BlobUploadStrategy and BlobDownloadStrategy implementation which use the local filesystem for storing
the payload |
class |
FTPBlobUploadStrategy
A FTP implementation of BlobUploadStrategy . |
Methods in org.apache.activemq.blob that return BlobUploadStrategy | |
---|---|
protected BlobUploadStrategy |
BlobTransferPolicy.createUploadStrategy()
Returns the upload strategy depending on the information from the uploadURL. |
BlobUploadStrategy |
BlobUploader.getStrategy()
|
BlobUploadStrategy |
BlobTransferPolicy.getUploadStrategy()
|
Methods in org.apache.activemq.blob with parameters of type BlobUploadStrategy | |
---|---|
void |
BlobTransferPolicy.setUploadStrategy(BlobUploadStrategy uploadStrategy)
Sets the upload strategy to use for uploading BLOBs to some URL |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |