Uses of Class
org.dcache.xrootd.protocol.messages.OpenRequest
-
Packages that use OpenRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of OpenRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type OpenRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnOpen(io.netty.channel.ChannelHandlerContext ctx, OpenRequest msg)protected java.lang.ObjectXrootdRequestHandler. doOnOpen(io.netty.channel.ChannelHandlerContext ctx, OpenRequest msg) -
Uses of OpenRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type OpenRequest Constructor Description OpenResponse(OpenRequest request, int fileHandle, java.lang.Integer cpsize, java.lang.String cptype, FileStatus fs)
-