Package org.biffle.cliff.pearl2

This package provides higher-level interfaces to devices using the Pearl protocol.

See:
          Description

Interface Summary
AuthHandler Implemented by objects that provide authorization services to the Pearl2 library.
Pearl2Connection  
ProgressHandler Implemented by objects that display progress updates for some Pearl function.
 

Class Summary
FileInfoCache  
Pearl2TCPConnection A wrapper for PearlTCPConnection that provides the Pearl2Connection level of functionality, including data caching/validation, progress and authentication handlers, and simplified file transfer.
 

Package org.biffle.cliff.pearl2 Description

This package provides higher-level interfaces to devices using the Pearl protocol.

The most basic interface is Pearl2Connection, which provides functions for retrieving file information from cache, transferring files to and from local storage, and registering progress and authentication handlers. (The interface is compatible with PearlConnection, and an object can implement both.)