5 #include <libutl/FDstream.h> 6 #include <libutl/ServerSocket.h> 7 #include <libutl/String.h> 38 virtual FDstream* makeSocket()
const;
53 void open(
const String& path,
int backlog = -1);
56 void setNonBlocking();
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Local host server socket.
Local host server socket.
#define UTL_CLASS_NO_COPY
Declare that a class cannot do copy().
Stream with file descriptor.