Interface XrootdRequest

    • Method Detail

      • getStreamId

        int getStreamId()
        Returns the stream id. The stream id is used by the client to match responses to requests.
      • getRequestId

        int getRequestId()
        Returns the request id. The request id identifies the type of the request.
      • setSession

        void setSession​(XrootdSession session)
        Associates the request with an xrootd session.
      • getSession

        XrootdSession getSession()
        Returns the xrootd session associated with the request. A session is established during authentication. May be null.
      • getSubject

        javax.security.auth.Subject getSubject()
        Returns the subject as identified by the associated session. May be null.