#include <ServerSocketImpl.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ServerSocketImpl:
Definition at line 59 of file ServerSocketImpl.hpp.
|
Definition at line 68 of file ServerSocketImpl.cpp. References BLOCXX_ASSERT. |
|
Definition at line 87 of file ServerSocketImpl.cpp. References BLOCXX_ASSERT. |
|
Definition at line 106 of file ServerSocketImpl.cpp. References close(). |
|
|
|
|
|
|
Definition at line 549 of file ServerSocketImpl.cpp. References BLOCXX_THROW_ERRNO_MSG, BLOCXX_NAMESPACE::File::close(), BLOCXX_NAMESPACE::SocketAddress::getType(), m_isActive, m_localAddress, m_udsFile, BLOCXX_NAMESPACE::FileSystem::removeFile(), BLOCXX_NAMESPACE::SocketAddress::toString(), BLOCXX_NAMESPACE::SocketAddress::UDS, and BLOCXX_NAMESPACE::File::unlock(). Referenced by doListen(), and ~ServerSocketImpl(). |
|
Definition at line 394 of file ServerSocketImpl.cpp. References BLOCXX_THROW_ERRNO_MSG, close(), BLOCXX_NAMESPACE::SocketAddress::getUDS(), m_localAddress, m_sockfd, m_udsFile, BLOCXX_NAMESPACE::FileSystem::openOrCreateFile(), and BLOCXX_NAMESPACE::File::tryLock(). |
|
|
Definition at line 138 of file ServerSocketImpl.cpp. References m_isSSL. |
|
Definition at line 591 of file ServerSocketImpl.cpp. References BLOCXX_NAMESPACE::SocketAddress::assignFromNativeForm(), BLOCXX_THROW_ERRNO_MSG, BLOCXX_NAMESPACE::SocketAddress::getType(), BLOCXX_NAMESPACE::SocketAddress::INET, and m_localAddress. Referenced by doListen(). |
|
Definition at line 71 of file ServerSocketImpl.hpp. |
|
Definition at line 70 of file ServerSocketImpl.hpp. |
|
Implements BLOCXX_NAMESPACE::SelectableIFC. Definition at line 123 of file ServerSocketImpl.cpp. References m_sockfd. |
|
|
|
Definition at line 95 of file ServerSocketImpl.hpp. Referenced by accept(), close(), and doListen(). |
|
Definition at line 98 of file ServerSocketImpl.hpp. Referenced by doListen(). |
|
Definition at line 94 of file ServerSocketImpl.hpp. Referenced by accept(), close(), doListen(), and fillAddrParms(). |
|
Definition at line 91 of file ServerSocketImpl.hpp. Referenced by accept(), doListen(), and getSelectObj(). |
|
Definition at line 105 of file ServerSocketImpl.hpp. |
|
Definition at line 111 of file ServerSocketImpl.hpp. Referenced by close(), and doListen(). |