Package org.syrup.services

The Client/Server framework for transferring/storing large binary streams.

See:
          Description

Class Summary
BlobClient Provides BLOB storage functionality by sending requests to the BlobServer.
BlobClientFactory Implements an ObjectFactory to build implementations of a BlobClient.
BlobServer Provides a BLOB storage implementation by handling requests from a BlobClient.
BlobTest Provides functionality to test the concurrent behaviour of a BlobServer.
 

Package org.syrup.services Description

The Client/Server framework for transferring/storing large binary streams. Primarly used in Syrup to redirect large input/output streams.