Class 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
    • Constructor Detail

      • MkDirRequest

        public MkDirRequest​(io.netty.buffer.ByteBuf buffer)
    • Method Detail

      • getOptions

        public short getOptions()
      • shouldMkPath

        public boolean shouldMkPath()
      • getMode

        public int getMode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object