Class InboundAttnResponse

  • All Implemented Interfaces:
    XrootdInboundResponse

    public class InboundAttnResponse
    extends AbstractXrootdInboundResponse
    Server's prerogative to tell the client to do something.

    According to protocol, response has this structure:

    kXR_charpad[2]
    kXR_unt16kXR_attn
    kXR_int32plen
    kXR_int32actnum
    kXR_charparms[plen-4]
    • Constructor Detail

      • InboundAttnResponse

        public InboundAttnResponse​(io.netty.buffer.ByteBuf buffer,
                                   int requestId)
    • Method Detail

      • getActnum

        public int getActnum()
      • getrData

        public byte[] getrData()
      • getMessage

        public java.lang.String getMessage()
      • getMsec

        public int getMsec()
      • getPort

        public int getPort()
      • getRedirectData

        public java.lang.String getRedirectData()
      • getRequestId

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

        public int getrStreamId()
      • getrStat

        public int getrStat()
      • getWsec

        public int getWsec()