|
join 1.0
lightweight network framework library
|
unix stream protocol class. More...
#include <protocol.hpp>
Public Types | |
| using | Endpoint = BasicUnixEndpoint <UnixStream> |
| using | Socket = BasicStreamSocket <UnixStream> |
| using | Stream = BasicSocketStream <UnixStream> |
| using | Acceptor = BasicStreamAcceptor <UnixStream> |
Public Member Functions | |
| constexpr | UnixStream () noexcept=default |
| construct the unix stream protocol instance by default. | |
| constexpr int | family () const noexcept |
| get the protocol ip address family. | |
| constexpr int | type () const noexcept |
| get the protocol communication semantic. | |
| constexpr int | protocol () const noexcept |
| get the protocol type. | |
unix stream protocol class.
|
constexprdefaultnoexcept |
construct the unix stream protocol instance by default.
|
inlineconstexprnoexcept |
get the protocol ip address family.
|
inlineconstexprnoexcept |
get the protocol type.
|
inlineconstexprnoexcept |
get the protocol communication semantic.