__read(char *buf, size_t bytes) | dsSSLSocket | [protected, virtual] |
__sendto(const char *buf, size_t bytes, const sockaddr *to, socklen_t len) | dsSocket | [virtual] |
__write(const char *ptr, size_t bytes) | dsSSLSocket | [protected, virtual] |
_pHostEnt | dsSocket | [protected] |
_sock | dsSocketBase | [protected] |
_sockAddr | dsSocket | [protected] |
Close() | dsSSLSocket | [virtual] |
Connect(char *host, int port, int proto=IPPROTO_TCP) | dsSSLSocket | [virtual] |
dsSocket::Connect(const char *host, const int port, const int proto=IPPROTO_TCP) | dsSocket | [virtual] |
dsSocket(const char *host, const int port, const int proto=IPPROTO_TCP) | dsSocket | |
dsSocket() | dsSocket | |
dsSocketBase() | dsSocketBase | |
dsSSLSocket(char *host, int port) | dsSSLSocket | |
dsSSLSocket() | dsSSLSocket | |
fd() const | dsSocketBase | [inline] |
get_aip() | dsSocket | |
getip() | dsSocket | |
getpeer_aip() | dsSocket | |
getPeerCert() | dsSSLSocket | |
getpeerip() | dsSocket | |
getport() | dsSocket | |
Open(const int proto=IPPROTO_UDP, const int fcntl_flags=0) | dsSocket | |
Printf(const char *format,...) | dsSocketBase | |
Read(char *buffer, size_t bytes, int sec=10, int usec=0) | dsSocketBase | |
Read(std::ostream &os, int sec=10, int usec=0) | dsSocketBase | |
ReadLine(std::ostream &os, int sec=10) | dsSocketBase | |
ReadLine(char *buf, size_t size, int sec=10) | dsSocketBase | |
Sendto(const char *ptr, size_t bytes, const char *host, const int port) | dsSocket | |
Write(const char *buffer, size_t bytes, int sec=10, int usec=0) | dsSocketBase | |
Write(std::istream &is, int sec=10, int usec=0) | dsSocketBase | |
Write(const char *str, int sec=10, int usec=0) | dsSocketBase | [inline] |
WriteLine(std::istream &is, int sec=10) | dsSocketBase | |
WriteLine(const char *str, int sec=10) | dsSocketBase | |
~dsSocket() | dsSocket | [virtual] |
~dsSSLSocket() | dsSSLSocket | |