Class | Description |
---|---|
BinaryManagerClient |
A Binary Manager that uses a local
BinaryManager as a cache but also
passes calls to a remote BinaryManagerServlet for writes and cache
misses. |
BinaryManagerServlet |
Servlet receiving remote
BinaryManagerClient requests and sending
them to an actual BinaryManager . |
BinaryRequestEntity |
Class defining a
RequestEntity that writes from a Binary . |
MapperClient |
Mapper sending calls to a remote
NetServer . |
MapperClientInfo |
Provides info about a client connection.
|
MapperInvoker |
Will execute in a separate thread the commands passed through
MapperInvoker.call(java.lang.String, java.lang.Object...) . |
MapperServlet |
Servlet receiving remote
MapperClient requests and sending them to an
actual mapper. |
NetBackend |
Network client backend for a repository.
|
NetServer |
Network server for a repository.
|
ObjectWriterRequestEntity |
Class defining a
RequestEntity that writes a list of object through
an ObjectOutputStream . |
OutputStreamToWriter |
OutputStream that actually writes chars to a writer.
|
Copyright © 2013 Nuxeo SA. All Rights Reserved.