|
Simple++
Powerfull and lightning fast C++ Library
|
This is the complete list of members for Network::Connection, including all inherited members.
| _update() | Network::Address | protected |
| accept(Connection *clientSocket) | Network::Connection | |
| addFlag(Flags flags) | Network::AddrInfo | protected |
| Address(SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::Address | |
| Address(const String &address, const String &service, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::Address | |
| Address(const String &address, const String &service, const AddrInfo &hints) | Network::Address | |
| Address(const AddrInfo &addrInfo) | Network::Address | |
| Address(const Address &address) | Network::Address | |
| Address(Address &&address) | Network::Address | |
| Address(const struct addrinfo &addrInfo) | Network::Address | |
| Address(ctor) | Network::Address | protected |
| AddrInfo(SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::AddrInfo | protected |
| AddrInfo(const String &address, const String &service, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::AddrInfo | protected |
| AddrInfo(const String &address, const String &service, const AddrInfo &hints) | Network::AddrInfo | protected |
| AddrInfo(const AddrInfo &addrInfo) | Network::AddrInfo | protected |
| AddrInfo(AddrInfo &&addrInfo) | Network::AddrInfo | protected |
| AddrInfo(const AddrInfo &addrInfo, SockType sockType, IpFamily ipFamily, unsigned short port) | Network::AddrInfo | protected |
| AddrInfo(const struct addrinfo &addrInfo) | Network::AddrInfo | protected |
| AddrInfo(ctor) | Network::AddrInfo | protected |
| close() | Network::Connection | |
| connect() | Network::Connection | |
| connect(const Address &address) | Network::Connection | |
| connect(const String &address, const String &service, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::Connection | |
| connect(const String &address, unsigned short port, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined) | Network::Connection | |
| Connection() | Network::Connection | |
| Connection(const Address &address) | Network::Connection | |
| Connection(Connection &&connection) | Network::Connection | |
| Connection(ctor) | Network::Connection | protected |
| connectStatic(const AddrInfo &addrInfo) | Network::Connection | static |
| ctor enum name | Network::AddrInfo | protected |
| getAddress() const | Network::Connection | |
| getAddrInfoStruct() const | Network::AddrInfo | protected |
| getFlags() const | Network::AddrInfo | protected |
| getIp() | Network::Address | |
| getIpFamily(const std::string &ip) | Network::AddrInfo | protected |
| getIpFamily() const | Network::AddrInfo | protected |
| getIpFamilyS() const | Network::AddrInfo | protected |
| getNameInfo(const struct sockaddr &sockAddr, size_t sockAddrLen) | Network::AddrInfo | protectedstatic |
| getNameInfo(const struct addrinfo &addrInfo) | Network::AddrInfo | protectedstatic |
| getNameInfo() const | Network::AddrInfo | protected |
| getPort() | Network::Address | |
| Network::AddrInfo::getPort() const | Network::AddrInfo | protected |
| Network::AddrInfo::getPort(const struct sockaddr &sockAddr) | Network::AddrInfo | protectedstatic |
| getProtocol() const | Network::AddrInfo | protected |
| getSockAddr() const | Network::AddrInfo | protected |
| getSockAddrLen() const | Network::AddrInfo | protected |
| getSocket() const | Network::Connection | |
| getSockType() const | Network::AddrInfo | protected |
| getSockTypeS() const | Network::AddrInfo | protected |
| isConnected() const | Network::Connection | |
| listen(int maxClients=100) | Network::Connection | |
| listen(const Address &address, int maxClients=100) | Network::Connection | |
| listen(const String &address, const String &service, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined, int maxClients=100) | Network::Connection | |
| listen(const String &address, unsigned short port, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined, int maxClients=100) | Network::Connection | |
| listen(unsigned short port, SockType sockType=SockType::TCP, IpFamily ipFamily=IpFamily::Undefined, int maxClients=100) | Network::Connection | |
| listenStatic(const AddrInfo &addrInfo, int maxClients=100) | Network::Connection | static |
| newSockAddr(size_t newSize) | Network::AddrInfo | protected |
| null enum value | Network::AddrInfo | protected |
| operator=(Connection &&socket) | Network::Connection | |
| Network::Address::operator=(const AddrInfo &addrInfo) | Network::Address | |
| Network::Address::operator=(const Address &address) | Network::Address | |
| Network::Address::operator=(Address &&address) | Network::Address | |
| Network::AddrInfo::operator=(const struct addrinfo &addrInfo) | Network::AddrInfo | |
| Network::AddrInfo::operator=(AddrInfo &&addrInfo) | Network::AddrInfo | |
| receive(char *buffer, int maxSize) | Network::Connection | |
| receive(char *buffer, int maxSize, Address *addressFrom) | Network::Connection | |
| send(const char *buffer, int size) | Network::Connection | |
| send(char *buffer, int size, const Address &address) | Network::Connection | |
| setAddess(const Address &address) | Network::Connection | |
| setCanonName(const String &name) | Network::AddrInfo | protected |
| setFlags(int flags) | Network::AddrInfo | protected |
| setIpFamily(IpFamily ipFamily) | Network::AddrInfo | protected |
| setPort(const struct sockaddr *sockAddr) | Network::AddrInfo | protected |
| setPort(unsigned short port) | Network::AddrInfo | protected |
| setProtocol(int protocol) | Network::AddrInfo | protected |
| setSockAddr(const struct sockaddr *sockAddr, size_t sockAddrLen) | Network::AddrInfo | protected |
| setSockType(SockType sockType) | Network::AddrInfo | protected |
| ~Address() | Network::Address | |
| ~AddrInfo() | Network::AddrInfo | protected |
| ~Connection() | Network::Connection |
1.8.11