abortOnClose(int bOn) | ulxr::TcpIpConnection | |
accept(int timeout=0) | ulxr::TcpIpConnection | [virtual] |
asciiToInAddr(const char *address, struct in_addr &saddr) | ulxr::TcpIpConnection | |
close() | ulxr::TcpIpConnection | [virtual] |
Connection() | ulxr::Connection | |
cut() | ulxr::Connection | [virtual] |
decrementServerRef(bool shutdown=false) | ulxr::TcpIpConnection | [protected, virtual] |
detach() | ulxr::TcpIpConnection | [virtual] |
doConnect() | ulxr::Connection | |
doTcpNoDelay() | ulxr::TcpIpConnection | [private] |
getDefaultTimeout() const | ulxr::Connection | |
getErrorString(int err_number) | ulxr::Connection | [virtual] |
getHandle() const | ulxr::Connection | |
getHostAdress(const CppString &hostname) | ulxr::TcpIpConnection | [protected] |
getHostName() const | ulxr::TcpIpConnection | |
getInterfaceName() | ulxr::TcpIpConnection | [virtual] |
getLastError() | ulxr::TcpIpConnection | [virtual] |
getPeerName() const | ulxr::TcpIpConnection | |
getPersistentTimeout() const | ulxr::Connection | |
getPort() | ulxr::TcpIpConnection | |
getServerData() const | ulxr::TcpIpConnection | [protected] |
getServerDomain() const | ulxr::TcpIpConnection | |
getServerHandle() | ulxr::TcpIpConnection | [virtual] |
getTimeout() const | ulxr::Connection | |
hasPendingInput() const | ulxr::Connection | [protected, virtual] |
init(unsigned port) | ulxr::TcpIpConnection | [private] |
isConnecting() const | ulxr::Connection | [protected] |
isOpen() const | ulxr::Connection | [virtual] |
isServerMode() const | ulxr::TcpIpConnection | |
low_level_read(char *buff, long len) | ulxr::Connection | [protected, virtual] |
low_level_write(char const *buff, long len) | ulxr::Connection | [protected, virtual] |
makeClone() | ulxr::TcpIpConnection | [protected, virtual] |
noDelayOpt | ulxr::TcpIpConnection | [private] |
open() | ulxr::TcpIpConnection | [virtual] |
operator=(const TcpIpConnection &) | ulxr::TcpIpConnection | [private] |
pimpl | ulxr::TcpIpConnection | [private] |
read(char *buff, long len) | ulxr::Connection | [virtual] |
setConnectionTimeout(unsigned def_to_sec=0, unsigned alive_to_sec=0) | ulxr::Connection | |
setConnector(ConnectorWrapperBase *connector) | ulxr::Connection | |
setHandle(int handle) | ulxr::Connection | [protected] |
setIsConnecting(bool connecting) | ulxr::Connection | [protected] |
setProxy(long adr, unsigned port) | ulxr::TcpIpConnection | |
setProxy(const CppString &domain, unsigned port) | ulxr::TcpIpConnection | |
setServerData(ServerSocketData *serv_data) | ulxr::TcpIpConnection | [protected] |
setTcpNoDelay(bool bOn) | ulxr::TcpIpConnection | |
setTimeout(unsigned to_sec) | ulxr::Connection | |
shutdown(int mode) | ulxr::TcpIpConnection | [virtual] |
TcpIpConnection(bool server, const CppString &domain, unsigned port=80) | ulxr::TcpIpConnection | |
TcpIpConnection(bool server, long adr=INADDR_ANY, unsigned port=0) | ulxr::TcpIpConnection | |
TcpIpConnection(const TcpIpConnection &) | ulxr::TcpIpConnection | [protected] |
write(char const *buff, long len) | ulxr::Connection | [virtual] |
~Connection() | ulxr::Connection | [virtual] |
~TcpIpConnection() | ulxr::TcpIpConnection | [virtual] |