Uses of Class
org.dcache.xrootd.protocol.messages.LocateRequest
-
Packages that use LocateRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of LocateRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type LocateRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnLocate(io.netty.channel.ChannelHandlerContext ctx, LocateRequest msg)protected java.lang.ObjectXrootdRequestHandler. doOnLocate(io.netty.channel.ChannelHandlerContext ctx, LocateRequest msg) -
Uses of LocateRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type LocateRequest Constructor Description LocateResponse(LocateRequest request, LocateResponse.InfoElement... info)
-