| Interface | Description |
|---|---|
| TpcDelayedSyncWriteHandler |
Defines the two tasks involved in third-party destination transfers:
writing the bytes read by the client, and notifying the originating
(user) client when the transfer succeeds or fails, via an asynchronous
response to a sync request.
|
| Class | Description |
|---|---|
| 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.
|
| TpcSigverRequestHandler<E extends BufferEncrypter> |
Wraps method for creating and possibly encrypting signed hash.
|
| 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.
|
| Enum | Description |
|---|---|
| XrootdTpcInfo.Status |
Copyright © 2011–2018 dCache.org. All rights reserved.