6 #ifndef __WVUNIXLISTENER_H
7 #define __WVUNIXLISTENER_H
9 #include "wvlistener.h"
42 const char *wstype()
const {
return "WvUnixListener"; }
47 #endif // __WVUNIXLISTENER_H
A Unix domain socket address is really just a filename.
virtual const WvUnixAddr * src() const
src() is a bit of a misnomer, but it returns the socket address.
IWvStream * accept()
return a new WvUnixConn socket corresponding to a newly-accepted connection.
Server end of a Unix Sockets stream.
WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how t...