Uses of Class
org.dcache.xrootd.tpc.protocol.messages.InboundRedirectResponse
-
Packages that use InboundRedirectResponse Package Description org.dcache.xrootd.tpc -
-
Uses of InboundRedirectResponse in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc with parameters of type InboundRedirectResponse Modifier and Type Method Description XrootdTpcInfoXrootdTpcInfo. copyForRedirect(InboundRedirectResponse response)Saves relevant fields which should remain the same, and constructs new source endpoint info.protected voidAbstractClientRequestHandler. doOnRedirectResponse(io.netty.channel.ChannelHandlerContext ctx, InboundRedirectResponse response)voidTpcDelayedSyncWriteHandler. redirect(io.netty.channel.ChannelHandlerContext ctx, InboundRedirectResponse response)Needs to be implemented by the caller (outside the pipeline).
-