trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
TcpServer.h File Reference
#include <trantor/exports.h>
#include <trantor/net/EventLoopThreadPool.h>
#include <trantor/net/InetAddress.h>
#include <trantor/net/TcpConnection.h>
#include <trantor/net/callbacks.h>
#include <trantor/utils/Logger.h>
#include <trantor/utils/NonCopyable.h>
#include <trantor/utils/TimingWheel.h>
#include <csignal>
#include <memory>
#include <set>
#include <string>
Include dependency graph for TcpServer.h:

Go to the source code of this file.

Classes

class  trantor::TcpServer
 This class represents a TCP server. More...

Namespaces

namespace  trantor

Detailed Description

Author
An Tao

Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/trantor Use of this source code is governed by a BSD-style license that can be found in the License file.

Trantor