bind(const Address &local) | Cabal::Socket | |
channel(Channel *chn, Reception *rcpt) | Cabal::Socket | |
channel() const | Cabal::Socket | [inline] |
close() | Cabal::TCPSocket | [inline, virtual] |
closed() const | Cabal::Socket | [inline] |
connect() | Cabal::TCPSocket | |
connect(const Address &remote) | Cabal::TCPSocket | [inline] |
connect(const char *ip_addr, const int port) | Cabal::TCPSocket | [inline] |
continueOp() | Cabal::TCPSocket | |
decref() | Cabal::Socket | [inline, virtual] |
hasTimedOut() const | Cabal::Socket | [inline] |
incref() | Cabal::Socket | [inline, virtual] |
local() const | Cabal::Socket | [inline] |
local_ip() | Cabal::Socket | [inline] |
local_port() const | Cabal::Socket | [inline] |
m_bTout (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_bufdone (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [protected] |
m_buffer (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [protected] |
m_buflen (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [protected] |
m_channel (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_local (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_opType (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [protected] |
m_osError (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_recpt (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_refcount (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_remote (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_skCom (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_timeout (defined in Cabal::Socket) | Cabal::Socket | [protected] |
m_type (defined in Cabal::Socket) | Cabal::Socket | [protected] |
managed() const | Cabal::Socket | [inline] |
osError() const | Cabal::Socket | [inline] |
rawRecv(void *data, const int len) | Cabal::TCPSocket | [inline, protected, virtual] |
rawSend(const void *data, const int len) | Cabal::TCPSocket | [inline, protected, virtual] |
rawSocket() const | Cabal::Socket | [inline] |
reception() const (defined in Cabal::Socket) | Cabal::Socket | [inline] |
recv(void *buffer, const int len) | Cabal::Socket | [virtual] |
recvAll(void *buffer, const int len) | Cabal::TCPSocket | |
recvLine(const int maxCount=0) | Cabal::TCPSocket | |
remote() const | Cabal::Socket | [inline] |
remote_ip() | Cabal::Socket | [inline] |
remote_port() const | Cabal::Socket | [inline] |
send(const std::string &val) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
Cabal::Socket::send(const void *buffer, const int len) | Cabal::Socket | [virtual] |
sendAll(const void *buffer, const int len) | Cabal::TCPSocket | |
sendLine(const std::string &val) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
sendLine(const char *data) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
sendString(const char *data) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
ServerSocket class | Cabal::Socket | [friend] |
Socket(const SockType type) | Cabal::Socket | [inline, protected] |
Socket(const SockType type, const char *ipaddr_local, const int port_local) (defined in Cabal::Socket) | Cabal::Socket | [inline, protected] |
Socket(const SockType type, const char *ipaddr_local, const int port_local, const char *ipaddr_remote, const int port_remote) (defined in Cabal::Socket) | Cabal::Socket | [inline, protected] |
Socket(const Socket &) | Cabal::Socket | |
Socket::selectFor(bool rw) (defined in Cabal::Socket) | Cabal::Socket | [protected] |
TCPSocket(const long timeout=-1, const Address *local=0, const Address *remote=0) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
TCPSocket(const Address *local, const Address *remote=0) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
TCPSocket(const long timeout, const char *local_ip, const int port) (defined in Cabal::TCPSocket) | Cabal::TCPSocket | [inline] |
timeout() const | Cabal::Socket | [inline] |
timeout(const long to) | Cabal::Socket | [inline] |
~Socket() | Cabal::Socket | [inline, virtual] |