Faspstream Manager C/C++ API
3.6.1
A C and C++ language interface to basic streaming over the fasp protocol
|
#include <FaspOutputStreamToFile.h>
FASPSTREAM_CPP_API FaspOutputStreamToFile::FaspOutputStreamToFile | ( | ) |
FASPSTREAM_CPP_API FaspOutputStreamToFile::~FaspOutputStreamToFile | ( | ) |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::close | ( | ) |
FASPSTREAM_CPP_API bool FaspOutputStreamToFile::connect | ( | long | size | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::forceClose | ( | ) |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getAggressiveness | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getAscpPath | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getChunkSize | ( | ) | const |
FASPSTREAM_CPP_API FASPSTREAM_CIPHER_TYPE FaspOutputStreamToFile::getCipherType | ( | ) | const |
FASPSTREAM_CPP_API std::vector<std::string> FaspOutputStreamToFile::getCommandline | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getDatagramSize | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getDestinationDirectory | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getDestinationFilename | ( | ) | const |
FASPSTREAM_CPP_API long FaspOutputStreamToFile::getFileSize | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getHostname | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getLicense | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getLogDirectory | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getMaxMemory | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getMinRate | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getPassword | ( | ) | const |
FASPSTREAM_CPP_API FASPSTREAM_POLICY_TYPE FaspOutputStreamToFile::getPolicy | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getSshKeyFilePath | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getTargetRate | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getTcpPort | ( | ) | const |
FASPSTREAM_CPP_API int FaspOutputStreamToFile::getUdpPort | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspOutputStreamToFile::getUsername | ( | ) | const |
void FaspOutputStreamToFile::handleError | ( | int | errorCode | ) |
FASPSTREAM_CPP_API bool FaspOutputStreamToFile::isLockMinimum | ( | ) | const |
FASPSTREAM_CPP_API bool FaspOutputStreamToFile::isLockPolicy | ( | ) | const |
FASPSTREAM_CPP_API bool FaspOutputStreamToFile::isLockTarget | ( | ) | const |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setAggressiveness | ( | int | aggressive | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setAscpPath | ( | const std::string & | ascpPath | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setChunkSize | ( | int | size | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setCipherType | ( | FASPSTREAM_CIPHER_TYPE | type | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setDatagramSize | ( | int | size | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setDestinationDirectory | ( | const std::string & | destinationDirectory | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setDestinationFilename | ( | const std::string & | destinationFilename | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setFileSize | ( | const long | fileSize | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setHostname | ( | const std::string & | hostname | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setLicense | ( | std::string | commandToExecute | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setLockMinimum | ( | bool | lockMin | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setLockPolicy | ( | bool | lock | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setLockTarget | ( | bool | target | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setLogDirectory | ( | const std::string & | logDirectory | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setMaxMemory | ( | int | maxMem | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setMinRate | ( | int | minimum | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setPassword | ( | const std::string & | password | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setPolicy | ( | FASPSTREAM_POLICY_TYPE | newPolicy | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setSshKeyFilePath | ( | const std::string & | sshKeyFilePath | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setTargetRate | ( | int | target | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setTcpPort | ( | int | tcpPort | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setUdpPort | ( | int | udpPort | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::setUsername | ( | const std::string & | username | ) |
FASPSTREAM_CPP_API void FaspOutputStreamToFile::write | ( | const char * | buffer, |
int | length | ||
) |