Uses of Class
org.dcache.xrootd.protocol.messages.ReadRequest
-
Packages that use ReadRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages org.dcache.xrootd.stream -
-
Uses of ReadRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type ReadRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnRead(io.netty.channel.ChannelHandlerContext ctx, ReadRequest msg)protected java.lang.ObjectXrootdRequestHandler. doOnRead(io.netty.channel.ChannelHandlerContext ctx, ReadRequest msg) -
Uses of ReadRequest in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return ReadRequest Modifier and Type Method Description ReadRequestReadResponse. getRequest()ReadRequestZeroCopyReadResponse. getRequest()Constructors in org.dcache.xrootd.protocol.messages with parameters of type ReadRequest Constructor Description ReadResponse(ReadRequest request, io.netty.buffer.ByteBuf data, boolean isIncomplete)ZeroCopyReadResponse(ReadRequest request, java.nio.channels.FileChannel file) -
Uses of ReadRequest in org.dcache.xrootd.stream
Fields in org.dcache.xrootd.stream declared as ReadRequest Modifier and Type Field Description protected ReadRequestAbstractChunkedReadResponse. requestConstructors in org.dcache.xrootd.stream with parameters of type ReadRequest Constructor Description AbstractChunkedReadResponse(ReadRequest request, int maxFrameSize)ChunkedFileChannelReadResponse(ReadRequest request, int maxFrameSize, java.nio.channels.FileChannel channel)
-