|
| XrdProofPhyConn (const char *url, int psid=-1, char ver=-1, XrdClientAbsUnsolMsgHandler *uh=0, bool tcp=0, int fd=-1) |
| Constructor. More...
|
|
virtual | ~XrdProofPhyConn () |
|
void | Close (const char *opt="") |
| Close the connection. More...
|
|
XrdClientMessage * | ReadMsg () |
| Pickup message from the queue. More...
|
|
int | ReadRaw (void *buf, int len, XrdClientPhyConnection *=0) |
| Low level write call. More...
|
|
void | SetAsync (XrdClientAbsUnsolMsgHandler *uh, XrdProofConnSender_t=0, void *=0) |
| Set handler of unsolicited responses. More...
|
|
int | WriteRaw (const void *buf, int len, XrdClientPhyConnection *=0) |
| Low level write call. More...
|
|
| XrdProofConn (const char *url, char mode='M', int psid=-1, char ver=-1, XrdClientAbsUnsolMsgHandler *uh=0, const char *logbuf=0) |
| Constructor. More...
|
|
virtual | ~XrdProofConn () |
| Destructor. More...
|
|
virtual void | Close (const char *opt="") |
| Close connection. More...
|
|
const char * | GetLastErr () |
|
int | GetLogConnID () const |
|
int | GetLowSocket () |
| Return the socket descriptor of the underlying connection. More...
|
|
int | GetOpenError () const |
|
int | GetServType () const |
|
short | GetSessionID () const |
|
const char * | GetUrl () |
|
bool | IsValid () const |
| Test validity of this connection. More...
|
|
XReqErrorType | LowWrite (XPClientRequest *, const void *, int) |
| Send request to server (NB: req is marshalled at this point, so we need also the plain reqDataLen) More...
|
|
virtual UnsolRespProcResult | ProcessUnsolicitedMsg (XrdClientUnsolMsgSender *s, XrdClientMessage *m) |
| We are here if an unsolicited response comes from a logical conn The response comes in the form of an XrdClientMessage *, that must NOT be destroyed after processing. More...
|
|
virtual XrdClientMessage * | ReadMsg () |
| Pickup message from the queue. More...
|
|
virtual int | ReadRaw (void *buf, int len, XrdClientPhyConnection *p=0) |
| Low level receive call. More...
|
|
XrdClientMessage * | SendReq (XPClientRequest *req, const void *reqData, char **answData, const char *CmdName, bool notifyerr=1) |
| SendReq tries to send a single command for a number of times. More...
|
|
virtual void | SetAsync (XrdClientAbsUnsolMsgHandler *uh, XrdProofConnSender_t=0, void *=0) |
| Set handler of unsolicited responses. More...
|
|
void | SetSID (kXR_char *sid) |
| Set our stream id, to match against that one in the server's response. More...
|
|
virtual int | WriteRaw (const void *buf, int len, XrdClientPhyConnection *p=0) |
| Low level write call. More...
|
|
Public Member Functions inherited from XrdClientAbsUnsolMsgHandler |
virtual | ~XrdClientAbsUnsolMsgHandler () |
|
virtual UnsolRespProcResult | ProcessUnsolicitedMsg (XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg)=0 |
|