#include <senf/Socket/Protocols/UN/UNSocketProtocol.hh>

This protocol facet introduces all the socket api protocol members which are related to Unix Domain addressing.
Definition at line 45 of file UNSocketProtocol.hh.
Public Member Functions |
|
| virtual void | close () |
| Close socket. |
|
| virtual void | terminate () const |
| Forcibly close socket. |
|
Abstract Interface Implementation |
|
| unsigned | available () const |
| Return (maximum) number of bytes available for reading < without < blocking. |
|
| bool | eof () const |
| Check for end-of-file condition. |
|
| void senf::UNSocketProtocol:: | ||||
| close | () | |||
Close socket.
This override will automatically shutdown() the socket whenever it is closed.
| senf::SystemException |
Reimplemented from senf::SocketProtocol.
Definition at line 56 of file UNSocketProtocol.cc.