xrootd
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

◆ clientMarshall()

void clientMarshall ( ClientRequest str)

◆ clientMarshallReadAheadList()

void clientMarshallReadAheadList ( readahead_list buf_list,
kXR_int32  dlen 
)

◆ clientUnmarshall()

void clientUnmarshall ( struct ServerResponseHeader str)

◆ clientUnMarshallReadAheadList()

void clientUnMarshallReadAheadList ( readahead_list buf_list,
kXR_int32  dlen 
)

◆ convertRequestIdToChar()

char* convertRequestIdToChar ( kXR_unt16  requestid)

◆ convertRespStatusToChar()

char* convertRespStatusToChar ( kXR_unt16  status)

◆ isRedir()

bool isRedir ( struct ServerResponseHeader ServerResponse)

◆ PutFilehandleInRequest()

void PutFilehandleInRequest ( ClientRequest str,
char *  fHandle 
)

◆ ServerInitHandShake2HostFmt()

void ServerInitHandShake2HostFmt ( struct ServerInitHandShake srh)

◆ ServerResponseHeader2NetFmt()

void ServerResponseHeader2NetFmt ( struct ServerResponseHeader srh)

◆ smartPrintClientHeader()

void smartPrintClientHeader ( ClientRequest hdr)

◆ smartPrintServerHeader()

void smartPrintServerHeader ( struct ServerResponseHeader hdr)