Class InboundProtocolResponse

  • All Implemented Interfaces:
    XrootdInboundResponse

    public class InboundProtocolResponse
    extends AbstractXrootdInboundResponse
    According to protocol, has the following packet structure:

    kXR_charstreamid[2]
    kXR_unt160
    kXR_int32dlen
    kXR_int32pval
    kXR_int32flags
    kXR_char'S'
    kXR_charrsvd
    kXR_charsecver
    kXR_charsecopt
    kXR_charseclvl
    kXR_charsecvsz
    {kXR_char,kXR_char}[reqidx,reqlvl]
    dlen is either 8, if no security requirements are returned, or 14 + secvsz*2.

    • Method Detail

      • getRequestId

        public int getRequestId()
        Description copied from interface: XrootdInboundResponse
        The xrootd request type this is a response to
      • getFlags

        public int getFlags()
      • getPval

        public int getPval()