#include <stdio.h>
#include <iostream>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <string>
#include "Connection.h"
#include "FilterConnection.h"
#include "InputConnection.h"
#include "OutputConnection.h"
#include "ConfigConnection.h"
#include "ConnectionWrap.h"
#include "BufferedFile.h"
#include "BufferedFileFactory.h"
Include dependency graph for ConnectionFactory.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ConnectionFactory |
The ConnectionFactory is used to create connections from client who have connected to ports the connectionFactory is listening to. More... |