Documentation
Download
Licensing
About
Contact
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
() const
RCF::ClientStub
getAsyncException
()
RCF::ClientStub
getAutoReconnect
() const
RCF::ClientStub
getAutoVersioning
() const
RCF::ClientStub
getBatchesSent
()
RCF::ClientStub
getCaCertificate
() const
RCF::ClientStub
getCertificate
() const
RCF::ClientStub
getCertificateValidationCallback
() const
RCF::ClientStub
getConnectTimeoutMs
() const
RCF::ClientStub
getEnableCompression
() const
RCF::ClientStub
getEnableSchannelCertificateValidation
() const
RCF::ClientStub
getEnableSfPointerTracking
() const
RCF::ClientStub
getHttpConnectionCloseHeader
() const
RCF::ClientStub
getHttpCookies
() const
RCF::ClientStub
getHttpMessageVerifier
() const
RCF::ClientStub
getHttpProxy
() const
RCF::ClientStub
getHttpProxyPassword
() const
RCF::ClientStub
getHttpProxyPort
() const
RCF::ClientStub
getHttpProxyRealm
() const
RCF::ClientStub
getHttpProxyUserName
() const
RCF::ClientStub
getHttpRedirectHandler
() const
RCF::ClientStub
getHttpUrlParameterString
() const
RCF::ClientStub
getInterfaceName
()
RCF::ClientStub
getIpTransport
()
RCF::ClientStub
getKerberosSpn
() const
RCF::ClientStub
getMaxBatchMessageLength
()
RCF::ClientStub
getMessagesInCurrentBatch
()
RCF::ClientStub
getOpenSslCipherSuite
() const
RCF::ClientStub
getPassword
() const
RCF::ClientStub
getPingBackIntervalMs
()
RCF::ClientStub
getRemoteCallMode
() const
RCF::ClientStub
getRemoteCallTimeoutMs
() const
RCF::ClientStub
getRequestUserData
()
RCF::ClientStub
getResponseUserData
()
RCF::ClientStub
getRuntimeVersion
() const
RCF::ClientStub
getSerializationProtocol
() const
RCF::ClientStub
getServerEndpoint
() const
RCF::ClientStub
getSslImplementation
() const
RCF::ClientStub
getSspiMessageProtection
() const
RCF::ClientStub
getTransport
()
RCF::ClientStub
getTransportProtocol
() const
RCF::ClientStub
getTransportType
()
RCF::ClientStub
getUserName
() const
RCF::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
Copyright (C)
Delta V Software
2023