6#ifndef __WVUNIXLISTENER_H
7#define __WVUNIXLISTENER_H
42 const char *wstype()
const {
return "WvUnixListener"; }
WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how to...
A Unix domain socket address is really just a filename.
Server end of a Unix Sockets stream.
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.