See: Description
Interface | Description |
---|---|
Operation<T> | |
OperationHandler |
Class | Description |
---|---|
CacheClient |
A client-side base class for delegating requests to a server.
|
Client | |
Server |
A rudimentary multi-threaded
Socket -based Server that can
handle, using OperationHandler s, Operation s invoked by
Client s. |
This is meant to act as a proof of concept for the API. It is not thread-safe or high performance. It therefore is not suitable for use in production. Please use a production implementation of the API.
Copyright © 2014. All Rights Reserved.