Base Framework
|
This is the complete list of members for InetEndPoint, including all inherited members.
getAddress() const noexcept | InetEndPoint | inline |
getEndPoint(const String &endpoint) | InetEndPoint | static |
getPort(const String &service) | InetEndPoint | static |
getPort() const noexcept | InetEndPoint | inline |
getService() const noexcept | InetEndPoint | |
InetEndPoint() noexcept | InetEndPoint | |
InetEndPoint(const InetAddress &address, unsigned short port) noexcept | InetEndPoint | |
InetEndPoint(const InetAddress &address, const InetService &service) noexcept | InetEndPoint | |
InetEndPoint(const InetAddress &address, const String &service) | InetEndPoint | |
InetEndPoint(const String &host, unsigned short port) | InetEndPoint | |
InetEndPoint(const String &host, const String &service) | InetEndPoint | |
InetEndPoint(const InetEndPoint ©) noexcept | InetEndPoint | |
operator!=(const InetEndPoint &compare) const noexcept | InetEndPoint | inline |
operator=(const InetEndPoint &assign) noexcept | InetEndPoint | |
operator==(const InetEndPoint &compare) const noexcept | InetEndPoint | inline |
setAddress(const InetAddress &value) noexcept | InetEndPoint | |
setPort(unsigned short value) noexcept | InetEndPoint |