| _bio | cbits::SSLSocket | [private] |
| _csect | cbits::SSLSocket | [private] |
| _ctxt | cbits::SSLSocket | [private] |
| _error | cbits::Socket | [protected] |
| _errstr | cbits::Socket | [protected] |
| _global_ctxt | cbits::SSLSocket | [private, static] |
| _glogr | cbits::Socket | [protected, static] |
| _host | cbits::Socket | [protected] |
| _iostream | cbits::Socket | [protected] |
| _is_bound | cbits::Socket | [protected] |
| _is_connected | cbits::Socket | [protected] |
| _llogr | cbits::Socket | [protected] |
| _peer | cbits::SSLSocket | [private] |
| _port | cbits::Socket | [protected] |
| _read_csect | cbits::SSLSocket | [private] |
| _sockfd | cbits::Socket | [protected] |
| _ssl | cbits::SSLSocket | [private] |
| _ssl_is_connected | cbits::SSLSocket | [protected] |
| _write_csect | cbits::SSLSocket | [private] |
| closeGlobalLogger() | cbits::Socket | [static] |
| closeLocalLogger() const | cbits::Socket | |
| connect() | cbits::SSLSocket | [virtual] |
| create(const socket_t fd, SSLContext *const ctxt=0) | cbits::SSLSocket | [static] |
| cbits::Socket::create(const socket_t s) | cbits::Socket | [static] |
| get_addr() const | cbits::Socket | [inline] |
| get_iostream() | cbits::Socket | |
| getError() const | cbits::Socket | [inline] |
| getGlobalLogger() | cbits::Socket | [static] |
| getHandle() const | cbits::Socket | |
| getLocalLogger() const | cbits::Socket | |
| getLogger() const | cbits::Socket | |
| getPeer() const | cbits::SSLSocket | |
| getSockOpt(const int level, const int op_name, char *buffer, int *buflen) const | cbits::Socket | [virtual] |
| isAvailable(fd_set *rd, fd_set *wr, long int *msec=0, int *error=0) const | cbits::Socket | [protected] |
| isError() const | cbits::Socket | [virtual] |
| isReadable(long int *msec=0, int *const error=0) const | cbits::Socket | [virtual] |
| isWritable(long int *msec=0, int *const error=0) const | cbits::Socket | [virtual] |
| operator SSL_PTR() | cbits::SSLSocket | [inline] |
| operator std::istream &() | cbits::Socket | [inline] |
| operator std::ostream &() | cbits::Socket | [inline] |
| read(char *const buffer, const int buflen, int *const error=0, const long int msec=0) | cbits::SSLSocket | [virtual] |
| readLine(std::string &buffer, const std::string &delim, int *const error=0, const long int msec=0) | cbits::SSLSocket | [virtual] |
| receive(char *const buffer, const int buflen, const long int msec=0, int *const error=0) | cbits::SSLSocket | [virtual] |
| send(const char *buffer, const long buflen, int *const error=0, const long int msec=0) | cbits::SSLSocket | [virtual] |
| cbits::Socket::send(const char *buffer, const long buflen, const long int msec=0, int *const error=0) | cbits::Socket | [virtual] |
| set_bio(const socket_t fd) | cbits::SSLSocket | [private] |
| set_blocking_off() | cbits::Socket | [virtual] |
| set_blocking_on() | cbits::Socket | [virtual] |
| setGlobalContext(SSLContext *gctx) | cbits::SSLSocket | [static] |
| setGlobalLogger(std::ostream *os) | cbits::Socket | [static] |
| setLocalLogger(std::ostream *os) const | cbits::Socket | |
| Socket(const std::string &host, const int port, const bool now=true) | cbits::Socket | |
| Socket(const char *host, const int port, const bool now=true) | cbits::Socket | |
| Socket(const int port, const bool now=true) | cbits::Socket | |
| Socket() | cbits::Socket | [protected] |
| SSL_PTR typedef | cbits::SSLSocket | |
| SSLSocket(const std::string &host, const int port, SSLContext *const ctxt=0, const bool now=true) | cbits::SSLSocket | |
| SSLSocket(const char *host, const int port, SSLContext *const ctxt=0, const bool now=true) | cbits::SSLSocket | |
| SSLSocket(const socket_t fd, SSLContext *const ctxt=0) | cbits::SSLSocket | [protected] |
| write(const char *buffer, const long buflen, int *const error=0, const long int msec=0) | cbits::SSLSocket | [virtual] |
| ~Socket() | cbits::Socket | [virtual] |
| ~SSLSocket() | cbits::SSLSocket | [virtual] |