Class InboundRedirectResponse

  • All Implemented Interfaces:
    XrootdInboundResponse

    public class InboundRedirectResponse
    extends AbstractXrootdInboundResponse
    Response from third-party source server.

    According to protocol, has the following packet structure:

    kXR_charstreamid[2]
    kXR_unt16kXR_redirect
    kXR_int32dlen
    kXR_int32port
    kXR_charhost[?[opaque][?token]][dlen-4] | url
    Can also be constructed from a kXR_attn kXR_asyncrd or kXR_asyncdi response.

    • Method Detail

      • getRequestId

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

        public java.lang.String getHost()
      • getMsec

        public int getMsec()
      • getOpaque

        public java.lang.String getOpaque()
      • getPort

        public int getPort()
      • getToken

        public java.lang.String getToken()
      • getUrl

        public java.net.URL getUrl()
      • getWsec

        public int getWsec()
      • isReconnect

        public boolean isReconnect()
      • toString

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