XrdClientAbs Class Reference

#include <XrdClientAbs.hh>

Inheritance diagram for XrdClientAbs:
Inheritance graph
[legend]
Collaboration diagram for XrdClientAbs:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XrdClientAbs (XrdClientCallback *XrdCcb=0, void *XrdCcbArg=0)
virtual bool IsOpen_wait ()
void SetParm (const char *parm, int val)
void SetParm (const char *parm, double val)
XrdClientConn * GetClientConn () const
XrdClientUrlInfo GetCurrentUrl ()
struct ServerResponseHeaderLastServerResp ()
struct ServerResponseBody_ErrorLastServerError ()
bool Query (kXR_int16 ReqCode, const kXR_char *Args, kXR_char *Resp, kXR_int32 MaxResplen)
bool Query (kXR_int16 ReqCode, const kXR_char *Args, kXR_char **Resp, kXR_int32 MaxResplen)

Protected Member Functions

virtual bool OpenFileWhenRedirected (char *newfhandle, bool &wasopen)=0
virtual bool CanRedirOnError ()=0

Protected Attributes

XrdClientConn * fConnModule
char fHandle [4]
XrdClientCallback * fXrdCcb
void * fXrdCcbArg

Friends

class XrdClientConn

Constructor & Destructor Documentation

XrdClientAbs::XrdClientAbs ( XrdClientCallback *  XrdCcb = 0,
void *  XrdCcbArg = 0 
) [inline]

References fHandle, fXrdCcb, and fXrdCcbArg.


Member Function Documentation

virtual bool XrdClientAbs::CanRedirOnError (  )  [protected, pure virtual]

Implemented in XrdClient, and XrdClientAdmin.

XrdClientConn* XrdClientAbs::GetClientConn (  )  const [inline]

References fConnModule.

XrdClientUrlInfo XrdClientAbs::GetCurrentUrl (  ) 
virtual bool XrdClientAbs::IsOpen_wait (  )  [inline, virtual]

Reimplemented in XrdClient.

struct ServerResponseBody_Error* XrdClientAbs::LastServerError (  )  [read]
struct ServerResponseHeader* XrdClientAbs::LastServerResp (  )  [read]
virtual bool XrdClientAbs::OpenFileWhenRedirected ( char *  newfhandle,
bool &  wasopen 
) [protected, pure virtual]

Implemented in XrdClient, and XrdClientAdmin.

bool XrdClientAbs::Query ( kXR_int16  ReqCode,
const kXR_char Args,
kXR_char **  Resp,
kXR_int32  MaxResplen 
)
Parameters:
ReqCode request code
Args arguments
Resp pointer to a preallocated buffer or a pointer to 0 if a sufficiently large buffer should be allocated automagically, in which case the buffer needs to be freed with free()
MaxResplen size of the buffer or 0 for automatic allocation
bool XrdClientAbs::Query ( kXR_int16  ReqCode,
const kXR_char Args,
kXR_char Resp,
kXR_int32  MaxResplen 
)
Parameters:
ReqCode request code
Args arguments
Resp a prealocated buffer
MaxResplen size of the buffer
void XrdClientAbs::SetParm ( const char *  parm,
double  val 
)
void XrdClientAbs::SetParm ( const char *  parm,
int  val 
)

Friends And Related Function Documentation

friend class XrdClientConn [friend]

Member Data Documentation

XrdClientConn* XrdClientAbs::fConnModule [protected]

Referenced by GetClientConn().

char XrdClientAbs::fHandle[4] [protected]

Referenced by XrdClientAbs().

XrdClientCallback* XrdClientAbs::fXrdCcb [protected]

Referenced by XrdClientAbs().

void* XrdClientAbs::fXrdCcbArg [protected]

Referenced by XrdClientAbs().


The documentation for this class was generated from the following file:

Generated on 3 May 2018 for xrootd by  doxygen 1.6.1