xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
XrdClientProtocol.hh File Reference
#include "XProtocol/XProtocol.hh"
Include dependency graph for XrdClientProtocol.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void clientMarshall (ClientRequest *str)
 
void clientMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen)
 
void clientUnMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen)
 
void clientUnmarshall (struct ServerResponseHeader *str)
 
void ServerResponseHeader2NetFmt (struct ServerResponseHeader *srh)
 
void ServerInitHandShake2HostFmt (struct ServerInitHandShake *srh)
 
bool isRedir (struct ServerResponseHeader *ServerResponse)
 
char * convertRequestIdToChar (kXR_unt16 requestid)
 
void PutFilehandleInRequest (ClientRequest *str, char *fHandle)
 
char * convertRespStatusToChar (kXR_unt16 status)
 
void smartPrintClientHeader (ClientRequest *hdr)
 
void smartPrintServerHeader (struct ServerResponseHeader *hdr)
 

Function Documentation

void clientMarshall ( ClientRequest str)
void clientMarshallReadAheadList ( readahead_list buf_list,
kXR_int32  dlen 
)
void clientUnmarshall ( struct ServerResponseHeader str)
void clientUnMarshallReadAheadList ( readahead_list buf_list,
kXR_int32  dlen 
)
char* convertRequestIdToChar ( kXR_unt16  requestid)
char* convertRespStatusToChar ( kXR_unt16  status)
bool isRedir ( struct ServerResponseHeader ServerResponse)
void PutFilehandleInRequest ( ClientRequest str,
char *  fHandle 
)
void ServerInitHandShake2HostFmt ( struct ServerInitHandShake srh)
void ServerResponseHeader2NetFmt ( struct ServerResponseHeader srh)
void smartPrintClientHeader ( ClientRequest hdr)
void smartPrintServerHeader ( struct ServerResponseHeader hdr)