PLCnext API Documentation 25.0.2.69
Arp::System::Commons::Net::TlsSocket Member List

This is the complete list of members for Arp::System::Commons::Net::TlsSocket, including all inherited members.

Accept(IpAddress &ip4address, int &port, SocketError &error)Arp::System::Commons::Net::TlsSocket
Bind(const IpAddress &ip4Address, int port)Arp::System::Commons::Net::TlsSocket
Bind2(const IpAddress &ip4Address, int &port)Arp::System::Commons::Net::TlsSocket
Close(void)Arp::System::Commons::Net::TlsSocket
Connect(const IpAddress &ip4Address, int port)Arp::System::Commons::Net::TlsSocket
GetOptionBroadcast(bool &enabled)Arp::System::Commons::Net::TlsSocket
GetOptionKeepAlive(bool &enabled)Arp::System::Commons::Net::TlsSocket
GetOptionKeepAliveIdleTime(int &seconds)Arp::System::Commons::Net::TlsSocket
GetOptionKeepAliveProbeCount(int &probeCount)Arp::System::Commons::Net::TlsSocket
GetOptionKeepAliveProbeInterval(int &seconds)Arp::System::Commons::Net::TlsSocket
GetOptionLinger(bool &enable, size_t &timeout)Arp::System::Commons::Net::TlsSocket
GetOptionNoDelay(bool &enabled)Arp::System::Commons::Net::TlsSocket
GetOptionReuseAddress(bool &enabled)Arp::System::Commons::Net::TlsSocket
GetOptionUserTimeout(size_t &timeout_ms)Arp::System::Commons::Net::TlsSocket
GetPeerCertificate(Certificate &certificate)Arp::System::Commons::Net::TlsSocket
GetRemoteIpAddress(void)Arp::System::Commons::Net::TlsSocket
GetRemotePort(void)Arp::System::Commons::Net::TlsSocket
GetSocketDomain(void)Arp::System::Commons::Net::TlsSocket
GetSocketOption(SocketOptionName optionName, void *optionValue, size_t *optionLength)Arp::System::Commons::Net::TlsSocket
GetSocketType(void)Arp::System::Commons::Net::TlsSocket
InitClient(const String &trustStoreName, const String &identityStoreName, const String &hostName)Arp::System::Commons::Net::TlsSocket
InitServer(const String &identityStoreName, const String &trustStoreName="")Arp::System::Commons::Net::TlsSocket
IsBlocking(void)Arp::System::Commons::Net::TlsSocket
IsConnected(void)Arp::System::Commons::Net::TlsSocket
ISocketService typedefArp::System::Commons::Net::TlsSocket
IsTlsConnected(void)Arp::System::Commons::Net::TlsSocket
Listen(size_t backlog)Arp::System::Commons::Net::TlsSocket
operator=(const TlsSocket &arg)=deleteArp::System::Commons::Net::TlsSocket
Poll(PollMode mode, Milliseconds timeout, SocketError &error)Arp::System::Commons::Net::TlsSocket
Ptr typedefArp::System::Commons::Net::TlsSocket
Receive(void *pBuffer, size_t length, SocketError &error)Arp::System::Commons::Net::TlsSocket
RenegotiateSession()Arp::System::Commons::Net::TlsSocket
Select(SelectMode mode, Microseconds timeout, SocketError &error)Arp::System::Commons::Net::TlsSocket
Send(const void *pBuffer, size_t length, SocketError &error)Arp::System::Commons::Net::TlsSocket
SetCipherList(String cipherList)Arp::System::Commons::Net::TlsSocket
SetOptionBlocking(bool enable)Arp::System::Commons::Net::TlsSocket
SetOptionBroadcast(bool enabled)Arp::System::Commons::Net::TlsSocket
SetOptionKeepAlive(bool enabled)Arp::System::Commons::Net::TlsSocket
SetOptionKeepAliveIdleTime(int seconds)Arp::System::Commons::Net::TlsSocket
SetOptionKeepAliveProbeCount(int probeCount)Arp::System::Commons::Net::TlsSocket
SetOptionKeepAliveProbeInterval(int seconds)Arp::System::Commons::Net::TlsSocket
SetOptionLinger(bool enable, size_t timeout)Arp::System::Commons::Net::TlsSocket
SetOptionNoDelay(bool enabled)Arp::System::Commons::Net::TlsSocket
SetOptionReuseAddress(bool enabled)Arp::System::Commons::Net::TlsSocket
SetOptionUserTimeout(size_t timeout_ms)Arp::System::Commons::Net::TlsSocket
SetSocketOption(SocketOptionName optionName, const void *optionValue, size_t optionLength)Arp::System::Commons::Net::TlsSocket
Shutdown(void)Arp::System::Commons::Net::TlsSocket
Shutdown(ShutdownMode mode)Arp::System::Commons::Net::TlsSocket
TlsContext (defined in Arp::System::Commons::Net::TlsSocket)Arp::System::Commons::Net::TlsSocketfriend
TlsSocket(SocketType type, SocketDomain domain, SocketBlockingMode blockingMode)Arp::System::Commons::Net::TlsSocket
TlsSocket(SocketType type, SocketDomain domain, SocketBlockingMode blockingMode, TlsOptions options)Arp::System::Commons::Net::TlsSocket
TlsSocket(const TlsSocket &arg)=deleteArp::System::Commons::Net::TlsSocket
UpdateSessionKeys(bool requestUpdate=true)Arp::System::Commons::Net::TlsSocket
~TlsSocket(void)Arp::System::Commons::Net::TlsSocket