|
SNode.C
|
#include <PhysicalSocketServer.h>
Public Types | |
| using | Super = net::phy::stream::PhysicalSocket< SocketAddressT > |
| using | SocketAddress = SocketAddressT |
| using | Super = net::phy::PhysicalSocket< SocketAddressT > |
Public Types inherited from net::phy::stream::PhysicalSocket< SocketAddressT > | |
| enum | SHUT { WR = SHUT_WR , RD = SHUT_RD , RDWR = SHUT_RDWR } |
| using | Super = net::phy::PhysicalSocket< SocketAddressT > |
| using | SocketAddress = SocketAddressT |
Public Types inherited from net::phy::PhysicalSocket< SocketAddressT > | |
| enum | Flags { NONE = 0 , NONBLOCK = SOCK_NONBLOCK , CLOEXIT = SOCK_CLOEXEC } |
Public Member Functions | |
| int | listen (int backlog) |
| int | accept () |
| int | accept4 (int flags) |
Public Member Functions inherited from net::phy::stream::PhysicalSocket< SocketAddressT > | |
| int | shutdown (SHUT how) |
Public Member Functions inherited from net::phy::PhysicalSocket< SocketAddressT > | |
| PhysicalSocket ()=delete | |
| PhysicalSocket (PhysicalSocket &)=delete | |
| PhysicalSocket & | operator= (PhysicalSocket &)=delete |
| PhysicalSocket (const PhysicalSocket &)=delete | |
| PhysicalSocket & | operator= (const PhysicalSocket &)=delete |
| PhysicalSocket (int fd, const SocketAddress &bindAddress) | |
| int | open (const std::map< int, std::map< int, PhysicalSocketOption > > &socketOptionsMapMap, Flags flags) |
| int | bind (SocketAddress &bindAddress) |
| bool | isValid () const |
| int | getSockError (int &cErrno) const |
| int | getSockName (typename SocketAddress::SockAddr &localSockAddr, typename SocketAddress::SockLen &localSockAddrLen) |
| int | getPeerName (typename SocketAddress::SockAddr &remoteSockAddr, typename SocketAddress::SockLen &remoteSockAddrLen) |
| const SocketAddress & | getBindAddress () const |
Public Member Functions inherited from core::Descriptor | |
| Descriptor ()=delete | |
| Descriptor (const Descriptor &d)=delete | |
| Descriptor & | operator= (int fd) |
| Descriptor & | operator= (const Descriptor &descriptor)=delete |
| Descriptor & | operator= (Descriptor &&descriptor) noexcept |
| int | getFd () const |
Additional Inherited Members | |
Protected Types inherited from net::phy::PhysicalSocket< SocketAddressT > | |
| using | SocketAddress = SocketAddressT |
Protected Member Functions inherited from net::phy::PhysicalSocket< SocketAddressT > | |
| PhysicalSocket (int domain, int type, int protocol) | |
| PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept=default | |
| PhysicalSocket & | operator= (PhysicalSocket &&) noexcept=default |
| ~PhysicalSocket () override | |
Protected Member Functions inherited from core::Descriptor | |
| Descriptor (int fd) | |
| Descriptor (Descriptor &&descriptor) noexcept | |
| virtual | ~Descriptor () |
Protected Attributes inherited from net::phy::PhysicalSocket< SocketAddressT > | |
| SocketAddress | bindAddress |
| int | domain = 0 |
| int | type = 0 |
| int | protocol = 0 |
Definition at line 54 of file PhysicalSocketServer.h.
| using net::phy::stream::PhysicalSocketServer< SocketAddressT >::SocketAddress = SocketAddressT |
Definition at line 57 of file PhysicalSocketServer.h.
| using net::phy::stream::PhysicalSocketServer< SocketAddressT >::Super = net::phy::stream::PhysicalSocket<SocketAddressT> |
Definition at line 56 of file PhysicalSocketServer.h.
| using net::phy::stream::PhysicalSocket< SocketAddressT >::Super = net::phy::PhysicalSocket<SocketAddressT> |
Definition at line 56 of file PhysicalSocket.h.
| int net::phy::stream::PhysicalSocketServer< SocketAddress >::accept | ( | ) |
Definition at line 58 of file PhysicalSocketServer.hpp.
References core::system::accept().
| int net::phy::stream::PhysicalSocketServer< SocketAddress >::accept4 | ( | int | flags | ) |
Definition at line 63 of file PhysicalSocketServer.hpp.
References core::system::accept4().
| int net::phy::stream::PhysicalSocketServer< SocketAddress >::listen | ( | int | backlog | ) |
Definition at line 53 of file PhysicalSocketServer.hpp.
References core::system::listen().