dCache / xrootd4j

Implementation of the xrootd data access protocol in Java
Other
3 stars 8 forks source link

xrootd4j: move TLS (mostly) from dCache to xrootd4j #95

Closed alrossi closed 3 years ago

alrossi commented 3 years ago

Motivation:

Except for a very small implementation-specific method providing the SLL context, the TLS-Netty functions can all be moved into the library for general availability.

Modification:

Create an abstract handler, allow the the factory to instantiate it on the basis of a property giving the class FQN.

Result:

Only a residual class is left for dCache to implement.

Target: master Patch: https://rb.dcache.org/r/12916/ Acked-by: Tigran

alrossi commented 3 years ago

branch to 4.0.7 after this merge