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

[EOS-CTA] So Gitlab Markdown does not support headerless tables

parent b905667f
Branches
Tags
No related merge requests found
......@@ -5,17 +5,18 @@ 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 |
* **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 |
* **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) |
* **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