Uses of Class
org.dcache.xrootd.tpc.protocol.messages.InboundChecksumResponse
-
Packages that use InboundChecksumResponse Package Description org.dcache.xrootd.tpc -
-
Uses of InboundChecksumResponse in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc with parameters of type InboundChecksumResponse Modifier and Type Method Description protected voidAbstractClientRequestHandler. doOnChecksumResponse(io.netty.channel.ChannelHandlerContext ctx, InboundChecksumResponse response)protected abstract voidAbstractClientSourceHandler. doOnChecksumResponse(io.netty.channel.ChannelHandlerContext ctx, InboundChecksumResponse response)Should check the checksum and fail or succeed accordingly.protected voidTpcSourceReadHandler. doOnChecksumResponse(io.netty.channel.ChannelHandlerContext ctx, InboundChecksumResponse response)protected abstract voidTpcSourceReadHandler. validateChecksum(InboundChecksumResponse response, io.netty.channel.ChannelHandlerContext ctx)
-