Class OutboundOpenReadOnlyRequest
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
-
- org.dcache.xrootd.tpc.protocol.messages.OutboundOpenReadOnlyRequest
-
- All Implemented Interfaces:
XrootdOutboundRequest
public class OutboundOpenReadOnlyRequest extends AbstractXrootdOutboundRequest
According to the third-party protocol, the destination server must actively read the file from the source. Thepathfield represents the logical file name plus opaque data establishing the rendezvous point.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdOutboundRequest
requestId, streamId
-
-
Constructor Summary
Constructors Constructor Description OutboundOpenReadOnlyRequest(int streamId, java.lang.String path)
-
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
-
-