Interface XrootdInboundResponse
-
- All Known Implementing Classes:
AbstractInboundWaitResponse,AbstractXrootdInboundResponse,InboundAttnResponse,InboundAuthenticationResponse,InboundChecksumResponse,InboundCloseResponse,InboundEndSessionResponse,InboundErrorResponse,InboundHandshakeResponse,InboundLoginResponse,InboundOpenReadOnlyResponse,InboundProtocolResponse,InboundReadResponse,InboundRedirectResponse,InboundWaitResponse,InboundWaitRespResponse
public interface XrootdInboundResponseSupports incoming third-party source server reponses. StreamId and Status are standard header parts. The Request id is added to the object to facilitate the maintenance of state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRequestId()The xrootd request type this is a response tointgetStatus()The xrootd response status code.intgetStreamId()The xrootd stream identifier (client generated).
-