Base Framework
|
This is the complete list of members for InetService, including all inherited members.
getByName(const String &name, const String &protocol) noexcept | InetService | static |
getByPort(unsigned short port, const String &protocol) noexcept | InetService | static |
getName() const noexcept | InetService | |
getPort() const noexcept | InetService | |
getProtocol() const noexcept | InetService | |
InetService(const String &name, const String &protocol=Literal("tcp")) | InetService | explicit |
InetService(unsigned short port, const String &protocol=Literal("tcp")) | InetService | explicit |
InetService(const InetService ©) noexcept | InetService | |
operator<<(FormatOutputStream &stream, const InetService &value) | InetService | friend |
operator=(const InetService &assign) noexcept | InetService |