Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::UDPConnectionInfo Class Referencefinal

Provides access to the connection details of a UDP connection. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::UDPConnectionInfo:

Public Member Functions

 UDPConnectionInfo (const UDPConnectionInfo &)=delete
UDPConnectionInfooperator= (const UDPConnectionInfo &)=delete
Public Member Functions inherited from Ice::IPConnectionInfo
 IPConnectionInfo (const IPConnectionInfo &)=delete
IPConnectionInfooperator= (const IPConnectionInfo &)=delete
Public Member Functions inherited from Ice::ConnectionInfo
 ConnectionInfo (const ConnectionInfo &)=delete
ConnectionInfooperator= (const ConnectionInfo &)=delete

Public Attributes

const std::string mcastAddress
 The multicast address.
const int mcastPort
 The multicast port.
const int rcvSize
 The size of the receive buffer.
const int sndSize
 The size of the send buffer.
Public Attributes inherited from Ice::IPConnectionInfo
const std::string localAddress
 The local address.
const int localPort
 The local port.
const std::string remoteAddress
 The remote address.
const int remotePort
 The remote port.
Public Attributes inherited from Ice::ConnectionInfo
const std::string adapterName
 The name of the adapter associated with the connection.
const std::string connectionId
 The connection ID.
const bool incoming
 Indicates whether the connection is an incoming connection.
const ConnectionInfoPtr underlying
 The information of the underlying transport or nullptr if there's no underlying transport.

Detailed Description

Provides access to the connection details of a UDP connection.

Definition at line 285 of file Connection.h.


The documentation for this class was generated from the following file: