ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::ClientSessionSettings Member List

This is the complete list of members for ofx::HTTP::ClientSessionSettings, including all inherited members.

addDefaultHeader(const std::string &name, const std::string &value)ofx::HTTP::ClientSessionSettings
ClientSessionSettings()ofx::HTTP::ClientSessionSettings
DEFAULT_KEEPALIVE_TIMEOUTofx::HTTP::ClientSessionSettingsstatic
DEFAULT_MAX_REDIRECTSofx::HTTP::ClientSessionSettingsstatic
DEFAULT_MAXIMUM_PROGRESS_UPDATE_INTERVALofx::HTTP::ClientSessionSettingsstatic
DEFAULT_MINIMUM_BYTES_PER_PROGRESS_UPDATEofx::HTTP::ClientSessionSettingsstatic
DEFAULT_TIMEOUTofx::HTTP::ClientSessionSettingsstatic
DEFAULT_USER_AGENTofx::HTTP::ClientSessionSettingsstatic
getDefaultHeaders() constofx::HTTP::ClientSessionSettings
getKeepAlive() constofx::HTTP::ClientSessionSettings
getKeepAliveTimeout() constofx::HTTP::ClientSessionSettings
getMaximumProgressUpdateInterval() constofx::HTTP::ClientSessionSettings
getMaxRedirects() constofx::HTTP::ClientSessionSettings
getMinimumBytesPerProgressUpdate() constofx::HTTP::ClientSessionSettings
getProxySettings() constofx::HTTP::ClientSessionSettings
getTimeout() constofx::HTTP::ClientSessionSettings
getUserAgent() constofx::HTTP::ClientSessionSettings
setDefaultHeaders(const Poco::Net::NameValueCollection &headers)ofx::HTTP::ClientSessionSettings
setkeepAlive(bool keepAlive)ofx::HTTP::ClientSessionSettings
setKeepAliveTimeout(Poco::Timespan keepAliveTimeout)ofx::HTTP::ClientSessionSettings
setMaximumProgressUpdateInterval(Poco::Timespan interval)ofx::HTTP::ClientSessionSettings
setMaxRedirects(std::size_t maxRedirects)ofx::HTTP::ClientSessionSettings
setMinimumBytesPerProgressUpdate(int64_t minimumBytesPerProgressUpdate)ofx::HTTP::ClientSessionSettings
setProxy(const ProxySettings &proxy)ofx::HTTP::ClientSessionSettings
setTimeout(Poco::Timespan timeout)ofx::HTTP::ClientSessionSettings
setUserAgent(const std::string &userAgent)ofx::HTTP::ClientSessionSettings
~ClientSessionSettings()ofx::HTTP::ClientSessionSettingsvirtual