|
| XrdClientConn () |
|
virtual | ~XrdClientConn () |
|
bool | CacheWillFit (long long bytes) |
|
bool | CheckHostDomain (XrdOucString hostToCheck) |
|
void | ClearLastServerError () |
|
short | Connect (XrdClientUrlInfo Host2Conn, XrdClientAbsUnsolMsgHandler *unsolhandler) |
|
void | Disconnect (bool ForcePhysicalDisc) |
|
bool | DoWriteHardCheckPoint () |
|
bool | DoWriteSoftCheckPoint () |
|
virtual bool | GetAccessToSrv () |
|
bool | GetCacheInfo (int &size, long long &bytessubmitted, long long &byteshit, long long &misscount, float &missrate, long long &readreqcnt, float &bytesusefulness) |
|
XrdOucString | GetClientHostDomain () |
|
XrdClientUrlInfo | GetCurrentUrl () |
|
long | GetDataFromCache (const void *buffer, long long begin_offs, long long end_offs, bool PerfCalc, XrdClientIntvList &missingblks, long &outstandingblks) |
|
XrdClientUrlInfo * | GetLBSUrl () |
|
int | GetLogConnID () const |
|
short | GetMaxRedirCnt () const |
|
XrdClientUrlInfo * | GetMetaUrl () |
|
XErrorCode | GetOpenError () const |
|
int | GetOpenSockFD () const |
|
int | GetParallelStreamCount () |
|
int | GetParallelStreamToUse (int reqsperstream) |
|
short | GetRedirCnt () const |
|
XrdClientUrlInfo | GetRedirUrl () |
|
long | GetServerProtocol () |
|
ERemoteServerType | GetServerType () const |
|
void | GetSessionID (SessionIDInfo &sess) |
|
kXR_unt16 | GetStreamID () const |
|
XReqErrorType | GoBackToRedirector () |
|
virtual XReqErrorType | GoToAnotherServer (XrdClientUrlInfo &newdest) |
|
virtual XReqErrorType | GoToMetaManager () |
|
bool | IsConnected () const |
|
bool | IsOpTimeLimitElapsed (time_t timenow) |
|
bool | IsPhyConnConnected () |
|
void | PrintCache () |
|
UnsolRespProcResult | ProcessAsynResp (XrdClientMessage *unsolmsg) |
|
void | RemoveAllDataFromCache (bool keepwriteblocks=true) |
|
void | RemoveDataFromCache (long long begin_offs, long long end_offs, bool remove_overlapped=false) |
|
void | RemovePlaceholdersFromCache () |
|
virtual bool | SendGenCommand (ClientRequest *req, const void *reqMoreData, void **answMoreDataAllocated, void *answMoreData, bool HasToAlloc, char *CmdName, int substreamid=0) |
|
void | SetCacheRmPolicy (int RmPolicy) |
|
void | SetCacheSize (int CacheSize) |
|
void | SetClientHostDomain (const char *src) |
|
void | SetConnected (bool conn) |
|
void | SetMaxRedirCnt (short mx) |
|
void | SetOpenError (XErrorCode err) |
|
void | SetOpTimeLimit (int delta_secs) |
|
void | SetRedirHandler (XrdClientAbs *rh) |
|
void | SetREQDelayedConnectState (kXR_int32 wsec) |
|
void | SetREQPauseState (kXR_int32 wsec) |
|
void | SetRequestedDestHost (char *newh, kXR_int32 port) |
|
void | SetSID (kXR_char *sid) |
|
void | SetUrl (XrdClientUrlInfo thisUrl) |
|
bool | SubmitDataToCache (XrdClientMessage *xmsg, long long begin_offs, long long end_offs) |
|
void | SubmitPlaceholderToCache (long long begin_offs, long long end_offs) |
|
bool | SubmitRawDataToCache (const void *buffer, long long begin_offs, long long end_offs) |
|
void | UnPinCacheBlk () |
|
void | UnPinCacheBlk (long long begin_offs, long long end_offs) |
|
XReqErrorType | WriteToServer_Async (ClientRequest *req, const void *reqMoreData, int substreamid=0) |
|