Uses of Class
org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
-
Packages that use AbstractXrootdOutboundRequest Package Description org.dcache.xrootd.security org.dcache.xrootd.tpc.protocol.messages -
-
Uses of AbstractXrootdOutboundRequest in org.dcache.xrootd.security
Methods in org.dcache.xrootd.security with parameters of type AbstractXrootdOutboundRequest Modifier and Type Method Description booleanSigningPolicy. requiresSigning(AbstractXrootdOutboundRequest request) -
Uses of AbstractXrootdOutboundRequest in org.dcache.xrootd.tpc.protocol.messages
Subclasses of AbstractXrootdOutboundRequest in org.dcache.xrootd.tpc.protocol.messages Modifier and Type Class Description classOutboundAuthenticationRequestRequest to third-party source server.classOutboundChecksumRequestAccording to protocol, has the following packet structure:classOutboundCloseRequestRequest to close file on the source server.classOutboundEndSessionRequestRequest to end session on the source server.classOutboundLoginRequestThetokenfield represents the rendezvous key given to the destination by the user client.classOutboundOpenReadOnlyRequestAccording to the third-party protocol, the destination server must actively read the file from the source.classOutboundReadRequestThird-party client request to readrlenbytes of the source file from the source server.classOutboundSigverRequestRequest to verify signature.Constructors in org.dcache.xrootd.tpc.protocol.messages with parameters of type AbstractXrootdOutboundRequest Constructor Description OutboundSigverRequest(long seqno, AbstractXrootdOutboundRequest request, io.netty.channel.ChannelHandlerContext ctx)
-