Uses of Class
org.dcache.xrootd.protocol.messages.FattrRequest
-
Packages that use FattrRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of FattrRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type FattrRequest Modifier and Type Method Description protected java.lang.ObjectXrootdRequestHandler. doOnFattr(io.netty.channel.ChannelHandlerContext ctx, FattrRequest msg) -
Uses of FattrRequest in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages with parameters of type FattrRequest Modifier and Type Method Description static FattrResponse.BuilderFattrResponse. builder(FattrRequest request)Constructors in org.dcache.xrootd.protocol.messages with parameters of type FattrRequest Constructor Description FattrResponse(FattrRequest request, java.util.List<FattrResponse.NamedValue> attr)
-