_connectionTimeout | Poco::Net::HTTPSession | private |
_data | Poco::Net::HTTPSession | private |
_expectResponseBody | Poco::Net::HTTPClientSession | private |
_globalProxyConfig | Poco::Net::HTTPClientSession | privatestatic |
_host | Poco::Net::HTTPClientSession | private |
_keepAlive | Poco::Net::HTTPSession | private |
_keepAliveTimeout | Poco::Net::HTTPClientSession | private |
_lastRequest | Poco::Net::HTTPClientSession | private |
_mustReconnect | Poco::Net::HTTPClientSession | private |
_ntlmProxyAuthenticated | Poco::Net::HTTPClientSession | private |
_pBuffer | Poco::Net::HTTPSession | private |
_pCurrent | Poco::Net::HTTPSession | private |
_pEnd | Poco::Net::HTTPSession | private |
_pException | Poco::Net::HTTPSession | private |
_port | Poco::Net::HTTPClientSession | private |
_pRequestStream | Poco::Net::HTTPClientSession | private |
_pResponseStream | Poco::Net::HTTPClientSession | private |
_proxyBasicCreds | Poco::Net::HTTPClientSession | private |
_proxyConfig | Poco::Net::HTTPClientSession | private |
_proxyDigestCreds | Poco::Net::HTTPClientSession | private |
_proxyNTLMCreds | Poco::Net::HTTPClientSession | private |
_receiveTimeout | Poco::Net::HTTPSession | private |
_reconnect | Poco::Net::HTTPClientSession | private |
_responseReceived | Poco::Net::HTTPClientSession | private |
_sendTimeout | Poco::Net::HTTPSession | private |
_socket | Poco::Net::HTTPSession | private |
abort() | Poco::Net::HTTPSession | virtual |
attachSessionData(const Poco::Any &data) | Poco::Net::HTTPSession | |
attachSocket(const StreamSocket &socket) | Poco::Net::HTTPSession | protected |
buffered() const | Poco::Net::HTTPSession | inlineprotected |
bypassProxy() const | Poco::Net::HTTPClientSession | |
clearException() | Poco::Net::HTTPSession | protected |
close() | Poco::Net::HTTPSession | protected |
connect(const SocketAddress &address) | Poco::Net::HTTPSession | protectedvirtual |
connected() const | Poco::Net::HTTPSession | |
DEFAULT_KEEP_ALIVE_TIMEOUT enum value | Poco::Net::HTTPClientSession | protected |
detachSocket() | Poco::Net::HTTPSession | |
drainBuffer(Poco::Buffer< char > &buffer) | Poco::Net::HTTPSession | |
flushRequest() | Poco::Net::HTTPClientSession | |
get() | Poco::Net::HTTPSession | protected |
getGlobalProxyConfig() | Poco::Net::HTTPClientSession | inlinestatic |
getHost() const | Poco::Net::HTTPClientSession | inline |
getKeepAlive() const | Poco::Net::HTTPSession | inline |
getKeepAliveTimeout() const | Poco::Net::HTTPClientSession | inline |
getPort() const | Poco::Net::HTTPClientSession | inline |
getProxyConfig() const | Poco::Net::HTTPClientSession | inline |
getProxyHost() const | Poco::Net::HTTPClientSession | inline |
getProxyPassword() const | Poco::Net::HTTPClientSession | inline |
getProxyPort() const | Poco::Net::HTTPClientSession | inline |
getProxyUsername() const | Poco::Net::HTTPClientSession | inline |
getTimeout() const | Poco::Net::HTTPSession | inline |
HTTP_DEFAULT_CONNECTION_TIMEOUT enum value | Poco::Net::HTTPSession | private |
HTTP_DEFAULT_TIMEOUT enum value | Poco::Net::HTTPSession | private |
HTTP_PORT enum value | Poco::Net::HTTPSession | |
HTTPClientSession() | Poco::Net::HTTPClientSession | |
HTTPClientSession(const StreamSocket &socket) | Poco::Net::HTTPClientSession | explicit |
HTTPClientSession(const SocketAddress &address) | Poco::Net::HTTPClientSession | explicit |
HTTPClientSession(const std::string &host, Poco::UInt16 port=HTTPSession::HTTP_PORT) | Poco::Net::HTTPClientSession | |
HTTPClientSession(const std::string &host, Poco::UInt16 port, const ProxyConfig &proxyConfig) | Poco::Net::HTTPClientSession | |
HTTPClientSession(const HTTPClientSession &) | Poco::Net::HTTPClientSession | private |
HTTPSession() | Poco::Net::HTTPSession | protected |
HTTPSession(const StreamSocket &socket) | Poco::Net::HTTPSession | protected |
HTTPSession(const StreamSocket &socket, bool keepAlive) | Poco::Net::HTTPSession | protected |
HTTPSession(const HTTPSession &) | Poco::Net::HTTPSession | private |
mustReconnect() const | Poco::Net::HTTPClientSession | protectedvirtual |
networkException() const | Poco::Net::HTTPSession | inline |
operator=(const HTTPClientSession &) | Poco::Net::HTTPClientSession | private |
peek() | Poco::Net::HTTPSession | protected |
peekResponse(HTTPResponse &response) | Poco::Net::HTTPClientSession | virtual |
PROXY_AUTH_HTTP_BASIC enum value | Poco::Net::HTTPClientSession | |
PROXY_AUTH_HTTP_DIGEST enum value | Poco::Net::HTTPClientSession | |
PROXY_AUTH_NONE enum value | Poco::Net::HTTPClientSession | |
PROXY_AUTH_NTLM enum value | Poco::Net::HTTPClientSession | |
proxyAuthenticate(HTTPRequest &request) | Poco::Net::HTTPClientSession | protectedvirtual |
proxyAuthenticateDigest(HTTPRequest &request) | Poco::Net::HTTPClientSession | protected |
proxyAuthenticateImpl(HTTPRequest &request, const ProxyConfig &proxyConfig) | Poco::Net::HTTPClientSession | protected |
proxyAuthenticateNTLM(HTTPRequest &request) | Poco::Net::HTTPClientSession | protected |
ProxyAuthentication enum name | Poco::Net::HTTPClientSession | |
proxyConnect() | Poco::Net::HTTPClientSession | protected |
proxyRequestPrefix() const | Poco::Net::HTTPClientSession | protectedvirtual |
proxyTunnel() | Poco::Net::HTTPClientSession | protected |
read(char *buffer, std::streamsize length) | Poco::Net::HTTPSession | protectedvirtual |
receive(char *buffer, int length) | Poco::Net::HTTPSession | protected |
receiveResponse(HTTPResponse &response) | Poco::Net::HTTPClientSession | virtual |
reconnect() | Poco::Net::HTTPClientSession | protected |
refill() | Poco::Net::HTTPSession | protected |
reset() | Poco::Net::HTTPClientSession | |
secure() const | Poco::Net::HTTPClientSession | virtual |
sendChallengeRequest(const HTTPRequest &request, HTTPResponse &response) | Poco::Net::HTTPClientSession | protected |
sendRequest(HTTPRequest &request) | Poco::Net::HTTPClientSession | virtual |
sendRequestImpl(const HTTPRequest &request) | Poco::Net::HTTPClientSession | protected |
sessionData() const | Poco::Net::HTTPSession | inline |
setException(const Poco::Exception &exc) | Poco::Net::HTTPSession | protected |
setGlobalProxyConfig(const ProxyConfig &config) | Poco::Net::HTTPClientSession | static |
setHost(const std::string &host) | Poco::Net::HTTPClientSession | |
setKeepAlive(bool keepAlive) | Poco::Net::HTTPSession | |
setKeepAliveTimeout(const Poco::Timespan &timeout) | Poco::Net::HTTPClientSession | |
setPort(Poco::UInt16 port) | Poco::Net::HTTPClientSession | |
setProxy(const std::string &host, Poco::UInt16 port=HTTPSession::HTTP_PORT) | Poco::Net::HTTPClientSession | |
setProxyConfig(const ProxyConfig &config) | Poco::Net::HTTPClientSession | |
setProxyCredentials(const std::string &username, const std::string &password) | Poco::Net::HTTPClientSession | |
setProxyHost(const std::string &host) | Poco::Net::HTTPClientSession | |
setProxyPassword(const std::string &password) | Poco::Net::HTTPClientSession | |
setProxyPort(Poco::UInt16 port) | Poco::Net::HTTPClientSession | |
setProxyUsername(const std::string &username) | Poco::Net::HTTPClientSession | |
setTimeout(const Poco::Timespan &timeout) | Poco::Net::HTTPSession | |
setTimeout(const Poco::Timespan &connectionTimeout, const Poco::Timespan &sendTimeout, const Poco::Timespan &receiveTimeout) | Poco::Net::HTTPSession | |
socket() | Poco::Net::HTTPSession | inline |
WebSocket | Poco::Net::HTTPClientSession | friend |
write(const char *buffer, std::streamsize length) | Poco::Net::HTTPClientSession | protectedvirtual |
~HTTPClientSession() | Poco::Net::HTTPClientSession | virtual |
~HTTPSession() | Poco::Net::HTTPSession | protectedvirtual |