B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
System::SocketEndpoint Struct Reference

SocketEndpoint - class that integrates port and SSLConectx. More...

#include <B2BITS_IPAddr.h>

+ Collaboration diagram for System::SocketEndpoint:

Public Member Functions

bool isSecured () const
 
 operator int () const
 
bool operator!= (const SocketEndpoint &other) const
 
bool operator== (const SocketEndpoint &other) const
 
 SocketEndpoint ()
 
 SocketEndpoint (int port)
 
 SocketEndpoint (int port, const SSLContext &sslCtx)
 

Public Attributes

int port
 
SSLContext sslCtx
 

Detailed Description

SocketEndpoint - class that integrates port and SSLConectx.

Constructor & Destructor Documentation

◆ 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 )

Member Function Documentation

◆ 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

Member Data Documentation

◆ port

int System::SocketEndpoint::port

◆ sslCtx

SSLContext System::SocketEndpoint::sslCtx