Uses of Class
org.dcache.xrootd.protocol.messages.ProtocolRequest
-
Packages that use ProtocolRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of ProtocolRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core that return types with arguments of type ProtocolRequest Modifier and Type Method Description protected XrootdResponse<ProtocolRequest>XrootdProtocolRequestHandler. doOnProtocolRequest(io.netty.channel.ChannelHandlerContext ctx, ProtocolRequest msg)Methods in org.dcache.xrootd.core with parameters of type ProtocolRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnProtocolRequest(io.netty.channel.ChannelHandlerContext ctx, ProtocolRequest msg)protected XrootdResponse<ProtocolRequest>XrootdProtocolRequestHandler. doOnProtocolRequest(io.netty.channel.ChannelHandlerContext ctx, ProtocolRequest msg)protected java.lang.ObjectXrootdRequestHandler. doOnProtocolRequest(io.netty.channel.ChannelHandlerContext ctx, ProtocolRequest msg) -
Uses of ProtocolRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type ProtocolRequest Constructor Description ProtocolResponse(ProtocolRequest request, int flags)ProtocolResponse(ProtocolRequest request, int flags, SigningPolicy signingPolicy)
-