| Package | Description |
|---|---|
| org.dcache.xrootd.tpc | |
| org.dcache.xrootd.tpc.protocol.messages |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends XrootdOutboundRequest> |
AbstractClientRequestHandler.unsupported(Class<T> msg) |
| Modifier and Type | Method and Description |
|---|---|
abstract OutboundSigverRequest |
TpcSigverRequestHandler.createSigverRequest(io.netty.channel.ChannelHandlerContext ctx,
XrootdOutboundRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXrootdOutboundRequest
Supports outgoing client requests to the source server
in third-party copies.
|
class |
OutboundAuthenticationRequest
Request to third-party source server.
|
class |
OutboundChecksumRequest
According to protocol, has the following packet structure:
|
class |
OutboundCloseRequest
Request to close file on the source server.
|
class |
OutboundEndSessionRequest
Request to end session on the source server.
|
class |
OutboundHandshakeRequest
Initial handshake on a new connection.
|
class |
OutboundLoginRequest
The
token field represents the rendezvous key given
to the destination by the user client. |
class |
OutboundOpenReadOnlyRequest
According to the third-party protocol, the destination server must
actively read the file from the source.
|
class |
OutboundProtocolRequest
The kXR_protocol request has the following packet structure:
|
class |
OutboundReadRequest
Third-party client request to read
rlen bytes of
the source file from the source server. |
class |
OutboundSigverRequest
Request to verify signature.
|
Copyright © 2011–2018 dCache.org. All rights reserved.