Class PathRequest
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
-
- org.dcache.xrootd.protocol.messages.PathRequest
-
- All Implemented Interfaces:
XrootdRequest
- Direct Known Subclasses:
DirListRequest,LocateRequest,MkDirRequest,OpenRequest,RmDirRequest,RmRequest,StatRequest
public class PathRequest extends AbstractXrootdRequest
Base class for requests that contain a path. The path and opaque data is found at offset 24 in the message, with the length at offset 20. The path and opaque data are delimited by a question mark.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
requestId, session, streamId
-
-
Constructor Summary
Constructors Constructor Description PathRequest(io.netty.buffer.ByteBuf buffer, int requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOpaque()java.lang.StringgetPath()voidsetOpaque(java.lang.String opaque)voidsetPath(java.lang.String path)-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
getRequestId, getSession, getStreamId, getSubject, setSession
-
-