A connection is defined by a communication address.
More...
#include <Connection.hpp>
A connection is defined by a communication address.
- See also
- Address
◆ Connection() [1/3]
| fipa::services::transports::Connection::Connection |
( |
| ) |
|
◆ Connection() [2/3]
| fipa::services::transports::Connection::Connection |
( |
const std::string & |
ip, |
|
|
uint16_t |
port, |
|
|
const std::string & |
protocol = "udt" |
|
) |
| |
◆ Connection() [3/3]
| fipa::services::transports::Connection::Connection |
( |
const Address & |
address | ) |
|
◆ getAddress()
| Address fipa::services::transports::Connection::getAddress |
( |
| ) |
const |
|
inline |
◆ getIP()
| std::string fipa::services::transports::Connection::getIP |
( |
| ) |
const |
|
inline |
◆ getPort()
| uint16_t fipa::services::transports::Connection::getPort |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool fipa::services::transports::Connection::operator== |
( |
const Connection & |
other | ) |
const |
|
inline |
◆ mAddress
| Address fipa::services::transports::Connection::mAddress |
|
protected |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-multiagent-fipa-services-0.20171213/src/transports/Connection.hpp
- /build/rock-master-18.09-multiagent-fipa-services-0.20171213/src/transports/Connection.cpp