See: Description
| Interface | Description | 
|---|---|
| BlobDownloadStrategy | Represents a strategy of downloading a file/stream from some remote | 
| BlobUploadStrategy | Represents a strategy of uploading a file/stream to some remote | 
| Class | Description | 
|---|---|
| BlobDownloader | Mediator for Blob Download | 
| BlobTransferPolicy | The policy for configuring how BLOBs (Binary Large OBjects) are transferred
 out of band between producers, brokers and consumers. | 
| BlobUploader | A helper class to represent a required upload of a BLOB to some remote URL | 
| DefaultBlobDownloadStrategy | A default implementation of  BlobDownloadStrategywhich uses the URL
 class to download files or streams from a remote URL | 
| DefaultBlobUploadStrategy | A default implementation of  BlobUploadStrategywhich uses the URL
 class to upload files or streams to a remote URL | 
| DefaultStrategy | |
| FileSystemBlobStrategy | BlobUploadStrategyandBlobDownloadStrategyimplementation which use the local filesystem for storing
 the payload | 
| FTPBlobDownloadStrategy | A FTP implementation for  BlobDownloadStrategy. | 
| FTPBlobUploadStrategy | A FTP implementation of  BlobUploadStrategy. | 
| FTPStrategy | 
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.