Package | Description |
---|---|
org.apache.activemq.blob |
Helper classes for dealing with out-of-band BLOB objects
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected BlobUploadStrategy |
BlobTransferPolicy.createUploadStrategy()
Returns the upload strategy depending on the information from the
uploadURL.
|
BlobUploadStrategy |
BlobUploader.getStrategy() |
BlobUploadStrategy |
BlobTransferPolicy.getUploadStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
BlobTransferPolicy.setUploadStrategy(BlobUploadStrategy uploadStrategy)
Sets the upload strategy to use for uploading BLOBs to some URL
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.