org.syrup.services |
The Client/Server framework for transferring/storing large binary
streams. Primarly used in Syrup to redirect large input/output streams.
|
Java Source File Name | Type | Comment |
BlobClient.java | Class | Provides BLOB storage functionality by sending requests to the BlobServer. |
BlobClientFactory.java | Class | Implements an ObjectFactory to build implementations of a BlobClient. |
BlobServer.java | Class | Provides a BLOB storage implementation by handling requests from a
BlobClient. |
BlobTest.java | Class | Provides functionality to test the concurrent behaviour of a BlobServer. |