Go to the documentation of this file. 1 #ifndef __XRDCMSREQ_H__
2 #define __XRDCMSREQ_H__
47 void Reply_Error(
const char *emsg,
int emsglen = 0);
56 void Reply_Error(
const char *ecode,
const char *emsg,
int emsglen = 0);
58 void Reply_Error(
int ecode,
const char *emsg,
int emsglen = 0);
68 void Reply_OK(
const char *data,
int datalen = 0);
77 const char *logincgi=0,
78 const char *opencgi=0);
82 const char *logincgi=0,
83 const char *opencgi=0);
104 void Reply(
int respCode,
unsigned int respVal,
const char *respData=0,
105 int respLen=0,
struct iovec *iov=0,
int iovnum=0);
~XrdCmsReq()
Definition: XrdCmsReq.hh:98
int ReqNins
Definition: XrdCmsReq.hh:109
short ReqNnum
Definition: XrdCmsReq.hh:110
XrdCmsReq(XrdCmsNode *nP, unsigned int id, char adv=0)
char ReqAdv
Definition: XrdCmsReq.hh:111
Definition: XrdCmsNode.hh:56
void Reply(int respCode, unsigned int respVal, const char *respData=0, int respLen=0, struct iovec *iov=0, int iovnum=0)
int StatGen(struct stat &sbuf, char *xbuf)
Definition: XrdCmsReq.hh:37
XrdCmsNode * NodeP
Definition: XrdCmsReq.hh:107
void Reply_Error(const char *emsg, int emsglen=0)
Definition: XrdCmsRRQ.hh:46
void Reply_Redirect(const char *sname, const char *logincgi=0, const char *opencgi=0)
int Advisory()
Definition: XrdCmsReq.hh:43
#define stat(a, b)
Definition: XrdPosix.hh:96
XrdCmsReq * Reply_WaitResp(int sec=0)
unsigned int ReqID
Definition: XrdCmsReq.hh:108