SNode.C
Loading...
Searching...
No Matches
net::in6::phy::stream::PhysicalSocketServer Class Reference

#include <PhysicalSocketServer.h>

Inheritance diagram for net::in6::phy::stream::PhysicalSocketServer:
Collaboration diagram for net::in6::phy::stream::PhysicalSocketServer:

Public Types

using Super = net::in6::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketServer>
 
- Public Types inherited from net::in6::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketServer >
using Super
 
- Public Types inherited from net::in6::phy::PhysicalSocket< net::phy::stream::PhysicalSocketServer >
using Super
 
- Public Types inherited from net::phy::stream::PhysicalSocketServer< net::in6::SocketAddress >
using Super
 
using SocketAddress
 
- Public Types inherited from net::phy::stream::PhysicalSocket< net::in6::SocketAddress >
enum  SHUT
 
using Super
 
using SocketAddress
 
- Public Types inherited from net::phy::PhysicalSocket< net::in6::SocketAddress >
enum  Flags
 

Public Member Functions

 PhysicalSocketServer (PhysicalSocketServer &&) noexcept=default
 
 ~PhysicalSocketServer () override
 
- Public Member Functions inherited from net::in6::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketServer >
 PhysicalSocket ()
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 
- Public Member Functions inherited from net::in6::phy::PhysicalSocket< net::phy::stream::PhysicalSocketServer >
 PhysicalSocket (int type, int protocol)
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 
- Public Member Functions inherited from net::phy::stream::PhysicalSocketServer< net::in6::SocketAddress >
int listen (int backlog)
 
int accept ()
 
int accept4 (int flags)
 
- Public Member Functions inherited from net::phy::stream::PhysicalSocket< net::in6::SocketAddress >
int shutdown (SHUT how)
 
- Public Member Functions inherited from net::phy::PhysicalSocket< net::in6::SocketAddress >
 PhysicalSocket ()=delete
 
 PhysicalSocket (PhysicalSocket &)=delete
 
 PhysicalSocket (const PhysicalSocket &)=delete
 
 PhysicalSocket (int fd, const SocketAddress &bindAddress)
 
PhysicalSocketoperator= (PhysicalSocket &)=delete
 
PhysicalSocketoperator= (const PhysicalSocket &)=delete
 
int open (const std::map< int, const PhysicalSocketOption > &socketOptions, 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)
 
SocketAddress getBindAddress () const
 
- Public Member Functions inherited from core::Descriptor
 Descriptor ()=delete
 
 Descriptor (const Descriptor &d)=delete
 
Descriptoroperator= (int fd)
 
Descriptoroperator= (const Descriptor &descriptor)=delete
 
Descriptoroperator= (Descriptor &&descriptor) noexcept
 
int getFd () const
 

Additional Inherited Members

- Protected Types inherited from net::phy::PhysicalSocket< net::in6::SocketAddress >
using SocketAddress
 
- Protected Member Functions inherited from net::phy::PhysicalSocket< net::in6::SocketAddress >
 PhysicalSocket (int domain, int type, int protocol)
 
 PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept=default
 
PhysicalSocketoperator= (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< net::in6::SocketAddress >
SocketAddress bindAddress
 
int domain
 
int type
 
int protocol
 

Detailed Description

Definition at line 34 of file PhysicalSocketServer.h.

Member Typedef Documentation

◆ Super

Constructor & Destructor Documentation

◆ PhysicalSocketServer()

net::in6::phy::stream::PhysicalSocketServer::PhysicalSocketServer ( PhysicalSocketServer && )
defaultnoexcept

◆ ~PhysicalSocketServer()

net::in6::phy::stream::PhysicalSocketServer::~PhysicalSocketServer ( )
override

Definition at line 31 of file PhysicalSocketServer.cpp.

31 {
32 }

The documentation for this class was generated from the following files: