Remote Call Framework 3.4
RCF::ClientStub Member List

This is the complete list of members for RCF::ClientStub, including all inherited members.

cancel()RCF::ClientStub
clearHttpCookies()RCF::ClientStub
connect()RCF::ClientStub
connectAsync(std::function< void()> onCompletion)RCF::ClientStub
disableBatching(bool flush=true)RCF::ClientStub
disconnect()RCF::ClientStub
downloadFile(const std::string &downloadId, const Path &downloadPath, FileTransferOptions *pOptions=NULL)RCF::ClientStub
enableBatching()RCF::ClientStub
flushBatch(unsigned int timeoutMs=0)RCF::ClientStub
getArchiveVersion() constRCF::ClientStub
getAsyncException()RCF::ClientStub
getAutoReconnect() constRCF::ClientStub
getAutoVersioning() constRCF::ClientStub
getBatchesSent()RCF::ClientStub
getCaCertificate() constRCF::ClientStub
getCertificate() constRCF::ClientStub
getCertificateValidationCallback() constRCF::ClientStub
getConnectTimeoutMs() constRCF::ClientStub
getEnableCompression() constRCF::ClientStub
getEnableSchannelCertificateValidation() constRCF::ClientStub
getEnableSfPointerTracking() constRCF::ClientStub
getHttpConnectionCloseHeader() constRCF::ClientStub
getHttpCookies() constRCF::ClientStub
getHttpMessageVerifier() constRCF::ClientStub
getHttpProxy() constRCF::ClientStub
getHttpProxyPassword() constRCF::ClientStub
getHttpProxyPort() constRCF::ClientStub
getHttpProxyRealm() constRCF::ClientStub
getHttpProxyUserName() constRCF::ClientStub
getHttpRedirectHandler() constRCF::ClientStub
getHttpUrlParameterString() constRCF::ClientStub
getInterfaceName()RCF::ClientStub
getIpTransport()RCF::ClientStub
getKerberosSpn() constRCF::ClientStub
getMaxBatchMessageLength()RCF::ClientStub
getMessagesInCurrentBatch()RCF::ClientStub
getOpenSslCipherSuite() constRCF::ClientStub
getPassword() constRCF::ClientStub
getPingBackIntervalMs()RCF::ClientStub
getRemoteCallMode() constRCF::ClientStub
getRemoteCallTimeoutMs() constRCF::ClientStub
getRequestUserData()RCF::ClientStub
getResponseUserData()RCF::ClientStub
getRuntimeVersion() constRCF::ClientStub
getSerializationProtocol() constRCF::ClientStub
getServerEndpoint() constRCF::ClientStub
getSslImplementation() constRCF::ClientStub
getSspiMessageProtection() constRCF::ClientStub
getTransport()RCF::ClientStub
getTransportProtocol() constRCF::ClientStub
getTransportType()RCF::ClientStub
getUserName() constRCF::ClientStub
hasAsyncException()RCF::ClientStub
isConnected()RCF::ClientStub
ping()RCF::ClientStub
ready()RCF::ClientStub
releaseTransport()RCF::ClientStub
setArchiveVersion(std::uint32_t version)RCF::ClientStub
setAutoReconnect(bool autoReconnect)RCF::ClientStub
setAutoVersioning(bool autoVersioning)RCF::ClientStub
setCaCertificate(CertificatePtr certificatePtr)RCF::ClientStub
setCertificate(CertificatePtr certificatePtr)RCF::ClientStub
setCertificateValidationCallback(CertificateValidationCallback certificateValidationCb)RCF::ClientStub
setConnectTimeoutMs(unsigned int connectTimeoutMs)RCF::ClientStub
setEnableCompression(bool enableCompression)RCF::ClientStub
setEnableSchannelCertificateValidation(const tstring &peerName)RCF::ClientStub
setEnableSfPointerTracking(bool enable)RCF::ClientStub
setHttpConnectionCloseHeader(bool connectionClose)RCF::ClientStub
setHttpCookies(const std::vector< HttpCookie > &cookies)RCF::ClientStub
setHttpMessageVerifier(HttpMessageVerifierPtr verifierPtr)RCF::ClientStub
setHttpProxy(const std::string &httpProxy)RCF::ClientStub
setHttpProxyPassword(const tstring &proxyPassword)RCF::ClientStub
setHttpProxyPort(int httpProxyPort)RCF::ClientStub
setHttpProxyRealm(const tstring &proxyRealm)RCF::ClientStub
setHttpProxyUserName(const tstring &proxyUsername)RCF::ClientStub
setHttpRedirectHandler(HttpRedirectHandler redirectHandler)RCF::ClientStub
setHttpUrlParameterString(const std::string &urlParameterString)RCF::ClientStub
setKerberosSpn(const tstring &kerberosSpn)RCF::ClientStub
setMaxBatchMessageLength(std::uint32_t maxBatchMessageLength)RCF::ClientStub
setOpenSslCipherSuite(const std::string &cipherSuite)RCF::ClientStub
setPassword(const tstring &password)RCF::ClientStub
setPingBackIntervalMs(int pingBackIntervalMs)RCF::ClientStub
setRemoteCallMode(RemoteCallMode defaultCallingSemantics)RCF::ClientStub
setRemoteCallProgressCallback(RemoteCallProgressCallback progressCallback, std::uint32_t callbackIntervalMs)RCF::ClientStub
setRemoteCallTimeoutMs(unsigned int remoteCallTimeoutMs)RCF::ClientStub
setRequestUserData(const std::string &userData)RCF::ClientStub
setResponseUserData(const std::string &userData)RCF::ClientStub
setRuntimeVersion(std::uint32_t version)RCF::ClientStub
setSerializationProtocol(SerializationProtocol protocol)RCF::ClientStub
setServerEndpoint(const Endpoint &endpoint)RCF::ClientStub
setServerEndpoint(EndpointPtr endpointPtr)RCF::ClientStub
setSslImplementation(SslImplementation sslImplementation)RCF::ClientStub
setSspiMessageProtection(SspiMessageProtection sspiMessageProtection)RCF::ClientStub
setTransport(ClientTransportUniquePtr transport)RCF::ClientStub
setTransportProtocol(TransportProtocol protocol)RCF::ClientStub
setUserName(const tstring &username)RCF::ClientStub
uploadFile(std::string &uploadId, const Path &uploadPath, FileTransferOptions *pOptions=NULL)RCF::ClientStub
waitForReady(std::uint32_t timeoutMs=0)RCF::ClientStub