6 #ifndef __WVUNIXSOCKET_H
7 #define __WVUNIXSOCKET_H
9 #include "wvfdstream.h"
64 const char *wstype()
const {
return "WvUnixConn"; }
69 #endif // __WVUNIXSOCKET_H
const WvUnixAddr & localaddr()
the local address of this socket (ie.
virtual const WvUnixAddr * src() const
return the remote address (source of all incoming packets), which is a constant for any given connect...
Server end of a Unix Sockets stream.
Base class for streams built on Unix file descriptors.
WvUnixConn(int _fd, const WvUnixAddr &_addr)
connect an already-open socket (used by WvUnixListener)
WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how to...
WvStream-based Unix domain socket connection class.
A Unix domain socket address is really just a filename.