#include <XrdClientAbs.hh>
Inheritance diagram for XrdClientAbs:
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 () |
ServerResponseHeader * | LastServerResp () |
ServerResponseBody_Error * | LastServerError () |
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 |
|
|
|
Implemented in XrdClient, and XrdClientAdmin. |
|
|
|
|
|
Reimplemented in XrdClient. |
|
|
|
|
|
Implemented in XrdClient, and XrdClientAdmin. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|