Bond's TCP Library  1.0
Bond's TCP Client/Server Library
tcpserver.h File Reference

Provides basic tcp server functionality. More...

#include <iostream>
#include <map>
#include <deque>
#include <string.h>
#include "tcpsocket.h"
#include "tcpssl.h"
Include dependency graph for tcpserver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tcp::Server
 Listens for TCP connections and establishes Sessions. More...
 
class  tcp::Session
 Represents a TCP connection accepted by the Server. More...
 

Namespaces

 tcp
 A tcp client/server library for linux that supports openSSL and EPoll.
 

Detailed Description

Provides basic tcp server functionality.

Create descendants of tcp::Server and tcp::Session to implement a custom tcp server

Author
Bond Keevil
Version
1.0
Date
2019

Definition in file tcpserver.h.