6 #ifndef __WVUNIXSOCKET_H 7 #define __WVUNIXSOCKET_H 9 #include "wvfdstream.h" 64 const char *wstype()
const {
return "WvUnixConn"; }
69 #endif // __WVUNIXSOCKET_H A Unix domain socket address is really just a filename.
WvUnixConn(int _fd, const WvUnixAddr &_addr)
connect an already-open socket (used by WvUnixListener)
Base class for streams built on Unix file descriptors.
Server end of a Unix Sockets stream.
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...
WvStream-based Unix domain socket connection class.
WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how t...