Uses of Class
org.dcache.xrootd.tpc.XrootdTpcInfo
-
Packages that use XrootdTpcInfo Package Description org.dcache.xrootd.security org.dcache.xrootd.tpc -
-
Uses of XrootdTpcInfo in org.dcache.xrootd.security
Methods in org.dcache.xrootd.security with parameters of type XrootdTpcInfo Modifier and Type Method Description voidTLSSessionInfo. createClientSession(XrootdTpcInfo info) -
Uses of XrootdTpcInfo in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc that return XrootdTpcInfo Modifier and Type Method Description XrootdTpcInfoXrootdTpcInfo. addInfoFromOpaque(java.lang.String slfn, java.util.Map<java.lang.String,java.lang.String> opaque)Used in a two-phase sequence (client, server), to add information incrementally.XrootdTpcInfoXrootdTpcInfo. copyForRedirect(InboundRedirectResponse response)Saves relevant fields which should remain the same, and constructs new source endpoint info.XrootdTpcInfoXrootdTpcClient. getInfo()Constructors in org.dcache.xrootd.tpc with parameters of type XrootdTpcInfo Constructor Description XrootdTpcClient(java.lang.String userUrn, XrootdTpcInfo info, TpcDelayedSyncWriteHandler writeHandler, java.util.concurrent.ScheduledExecutorService executorService)
-