Class MkDirRequest
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
-
- org.dcache.xrootd.protocol.messages.PathRequest
-
- org.dcache.xrootd.protocol.messages.MkDirRequest
-
- All Implemented Interfaces:
XrootdRequest
public class MkDirRequest extends PathRequest
FIXME the mode field is currently unsupported, because the owner of the file can not be determined. Supporting the mode is dependant on implementation of authenticated (GSI) xrootd
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
requestId, session, streamId
-
-
Constructor Summary
Constructors Constructor Description MkDirRequest(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMode()shortgetOptions()booleanshouldMkPath()java.lang.StringtoString()-
Methods inherited from class org.dcache.xrootd.protocol.messages.PathRequest
getOpaque, getPath, setOpaque, setPath
-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
getRequestId, getSession, getStreamId, getSubject, setSession
-
-