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