Uses of Class
org.dcache.xrootd.protocol.messages.ReadVRequest
-
Packages that use ReadVRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages org.dcache.xrootd.stream -
-
Uses of ReadVRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type ReadVRequest Modifier and Type Method Description protected java.lang.VoidXrootdAuthorizationHandler. doOnReadV(io.netty.channel.ChannelHandlerContext ctx, ReadVRequest msg)protected java.lang.ObjectXrootdRequestHandler. doOnReadV(io.netty.channel.ChannelHandlerContext ctx, ReadVRequest msg) -
Uses of ReadVRequest in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return ReadVRequest Modifier and Type Method Description ReadVRequestReadVResponse. getRequest()Constructors in org.dcache.xrootd.protocol.messages with parameters of type ReadVRequest Constructor Description ReadVResponse(ReadVRequest request, GenericReadRequestMessage.EmbeddedReadRequest[] requests, io.netty.buffer.ByteBuf[] data, int index, int length, boolean isIncomplete) -
Uses of ReadVRequest in org.dcache.xrootd.stream
Fields in org.dcache.xrootd.stream declared as ReadVRequest Modifier and Type Field Description protected ReadVRequestAbstractChunkedReadvResponse. requestConstructors in org.dcache.xrootd.stream with parameters of type ReadVRequest Constructor Description AbstractChunkedReadvResponse(ReadVRequest request, int maxFrameSize)ChunkedFileChannelReadvResponse(ReadVRequest request, int maxFrameSize, java.util.List<java.nio.channels.FileChannel> channels)ChunkedFileReadvResponse(ReadVRequest request, int maxFrameSize, java.util.List<java.io.RandomAccessFile> files)
-