Skip to content
Snippets Groups Projects
Commit b905667f authored by Michael Davis's avatar Michael Davis
Browse files

[EOS-CTA] Updates README

parent cc035a74
Branches
Tags
No related merge requests found
# XRootD SSI + Google Protocol Buffers 3
This directory contains generic classes which bind Google Protocol Buffer definitions to the
XRootD SSI transport layer.
XRootD SSI transport layer. It contains the following files:
## Client Side
| XrdSsiPbServiceClientSide.hpp | Wraps up the Service factory object with Protocol Buffer integration and synchronisation between Requests and Responses |
| XrdSsiPbRequest.hpp | Send Requests and handle Responses |
## Server Side
| XrdSsiPbService.hpp | Defines Service on server side: bind Request to Request Processor and Execute |
| XrdSsiPbRequestProc.hpp | Process Request and send Response |
## Both Server and Client Side
| XrdSsiPbAlert.hpp | Optional Alerts from Service to Client (_e.g._ log messages) |
| XrdSsiPbException.hpp | Convert XRootD SSI and Protocol Buffer errors to exceptions |
| XrdSsiPbDebug.hpp | Protocol Buffer inspection functions (for debugging, not required in production) |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment