Class OutboundReadRequest
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
-
- org.dcache.xrootd.tpc.protocol.messages.OutboundReadRequest
-
- All Implemented Interfaces:
XrootdOutboundRequest
public class OutboundReadRequest extends AbstractXrootdOutboundRequest
Third-party client request to readrlenbytes of the source file from the source server.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
requestId, streamId
-
-
Constructor Summary
Constructors Constructor Description OutboundReadRequest(int streamId, int fhandle, long offset, int rlen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetParams(io.netty.buffer.ByteBuf buffer)protected intgetParamsLen()-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
getRequestId, getStreamId, writeTo, writeToBuffer
-
-
-
-
Method Detail
-
getParams
protected void getParams(io.netty.buffer.ByteBuf buffer)
- Specified by:
getParamsin classAbstractXrootdOutboundRequest
-
getParamsLen
protected int getParamsLen()
- Specified by:
getParamsLenin classAbstractXrootdOutboundRequest
-
-