| AbstractClientAuthnHandler |
Base class for authentication handlers used for outbound requests
from the embedded third-party-client.
|
| AbstractClientRequestHandler |
This handler is intended for implementation of only a very limited
subset of the protocol in order to support third-party read requests.
|
| AbstractClientSourceHandler |
Xrootd Third Party copy requires the destination server to be active,
and request a read of the source file from the source server.
|
| TpcClientConnectHandler |
This handler implements protocol and login.
|
| TpcSigverRequestEncoder |
Checks to see if the protocol security context requires
the particular message to be preceded by a signing verification
request, and returns one if so.
|
| TpcSourceReadHandler |
This handler reads until the file is complete, terminating the session
thereafter.
|
| XrootdTpcClient |
Internal third-party copy client responsible for reading the
source file and writing it to the local server.
|
| XrootdTpcInfo |
Metadata established via interaction between user client, source and
destination in a third-party copy, occurring prior to the launching
of an internal third-party copy operation.
|