24 #ifndef __FIREVISION_FVUTILS_NET_FUSE_SERVER_H_
25 #define __FIREVISION_FVUTILS_NET_FUSE_SERVER_H_
27 #include <core/threading/thread.h>
28 #include <core/utils/lock_list.h>
29 #include <netcomm/utils/incoming_connection_handler.h>
32 class ThreadCollector;
34 class NetworkAcceptorThread;
36 namespace firevision {
41 class FuseServerClientThread;
FireVision FUSE protocol server.
Thread class encapsulation of pthreads.
TCP stream socket over IP.
FUSE Server Client Thread.
Interface for handling incoming connections.