Uses of Class
org.dcache.xrootd.protocol.messages.StatxRequest
-
Packages that use StatxRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of StatxRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type StatxRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnStatx(io.netty.channel.ChannelHandlerContext ctx, StatxRequest req)protected java.lang.ObjectXrootdRequestHandler. doOnStatx(io.netty.channel.ChannelHandlerContext ctx, StatxRequest msg) -
Uses of StatxRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type StatxRequest Constructor Description StatxResponse(StatxRequest request, int[] fileStates)
-