|
XRootD
|
#include <XrdTpcState.hh>
Collaboration diagram for TPC::State:Public Member Functions | |
| State () | |
| State (CURL *curl, bool tpcForwardCreds) | |
| State (off_t start_offset, Stream &stream, CURL *curl, bool push, bool tpcForwardCreds) | |
| ~State () | |
| int | AvailableBuffers () const |
| bool | BodyTransferInProgress () const |
| off_t | BytesTransferred () const |
| void | CopyHeaders (XrdHttpExtReq &req) |
| void | DumpBuffers () const |
| State * | Duplicate () |
| bool | Finalize () |
| int | Flush () |
| std::string | GetConnectionDescription () |
| off_t | GetContentLength () const |
| int | GetErrorCode () const |
| std::string | GetErrorMessage () const |
| CURL * | GetHandle () const |
| int | GetStatusCode () const |
| void | Move (State &other) |
| void | ResetAfterRequest () |
| void | SetContentLength (const off_t content_length) |
| void | SetErrorCode (int error_code) |
| void | SetErrorMessage (const std::string &error_msg) |
| void | SetTransferParameters (off_t offset, size_t size) |
Definition at line 21 of file XrdTpcState.hh.
|
inline |
Definition at line 24 of file XrdTpcState.hh.
Referenced by Duplicate(), and Move().
Here is the caller graph for this function:
|
inline |
Don't use that constructor if you want to do some transfers.
| curl | the curl handle |
Definition at line 43 of file XrdTpcState.hh.
|
inline |
Definition at line 64 of file XrdTpcState.hh.
| State::~State | ( | ) |
Definition at line 18 of file XrdTpcState.cc.
| int State::AvailableBuffers | ( | ) | const |
Definition at line 274 of file XrdTpcState.cc.
|
inline |
Definition at line 114 of file XrdTpcState.hh.
|
inline |
Definition at line 88 of file XrdTpcState.hh.
| void State::CopyHeaders | ( | XrdHttpExtReq & | req | ) |
Handle the 'Copy-Headers' feature
Definition at line 95 of file XrdTpcState.cc.
References XrdHttpExtReq::headers.
| void State::DumpBuffers | ( | ) | const |
Definition at line 279 of file XrdTpcState.cc.
| State * State::Duplicate | ( | ) |
Definition at line 242 of file XrdTpcState.cc.
References State().
Here is the call graph for this function:| bool State::Finalize | ( | ) |
Definition at line 284 of file XrdTpcState.cc.
| int State::Flush | ( | ) |
Definition at line 210 of file XrdTpcState.cc.
References SFS_ERROR.
| std::string State::GetConnectionDescription | ( | ) |
Definition at line 294 of file XrdTpcState.cc.
|
inline |
Definition at line 92 of file XrdTpcState.hh.
|
inline |
Definition at line 94 of file XrdTpcState.hh.
|
inline |
Definition at line 100 of file XrdTpcState.hh.
|
inline |
Definition at line 106 of file XrdTpcState.hh.
|
inline |
Definition at line 98 of file XrdTpcState.hh.
| void State::Move | ( | State & | other | ) |
Definition at line 27 of file XrdTpcState.cc.
References State().
Here is the call graph for this function:| void State::ResetAfterRequest | ( | ) |
Definition at line 118 of file XrdTpcState.cc.
|
inline |
Definition at line 90 of file XrdTpcState.hh.
|
inline |
Definition at line 96 of file XrdTpcState.hh.
|
inline |
Definition at line 102 of file XrdTpcState.hh.
| void State::SetTransferParameters | ( | off_t | offset, |
| size_t | size ) |
Definition at line 265 of file XrdTpcState.cc.