SocketEndpoint - class that integrates port and SSLConectx.
More...
#include <B2BITS_IPAddr.h>
SocketEndpoint - class that integrates port and SSLConectx.
◆ SocketEndpoint() [1/3]
System::SocketEndpoint::SocketEndpoint |
( |
| ) |
|
◆ SocketEndpoint() [2/3]
System::SocketEndpoint::SocketEndpoint |
( |
int | port | ) |
|
◆ SocketEndpoint() [3/3]
System::SocketEndpoint::SocketEndpoint |
( |
int | port, |
|
|
const SSLContext & | sslCtx ) |
◆ isSecured()
bool System::SocketEndpoint::isSecured |
( |
| ) |
const |
◆ operator int()
System::SocketEndpoint::operator int |
( |
| ) |
const |
◆ operator!=()
bool System::SocketEndpoint::operator!= |
( |
const SocketEndpoint & | other | ) |
const |
◆ operator==()
bool System::SocketEndpoint::operator== |
( |
const SocketEndpoint & | other | ) |
const |
◆ port
int System::SocketEndpoint::port |
◆ sslCtx