Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Network.h"
#include <event2/event.h>
#include <event2/bufferevent.h>
#include "../mbedTLS++/SslContext.h"
Go to the source code of this file.
Classes | |
class | cTCPLinkImpl::cLinkTlsContext |
Wrapper around cSslContext that is used when this link is being encrypted by SSL. More... | |
class | cTCPLinkImpl |
Typedefs | |
typedef std::shared_ptr< cServerHandleImpl > | cServerHandleImplPtr |
typedef std::shared_ptr< cTCPLinkImpl > | cTCPLinkImplPtr |
typedef std::vector< cTCPLinkImplPtr > | cTCPLinkImplPtrs |
typedef std::shared_ptr<cServerHandleImpl> cServerHandleImplPtr |
Definition at line 25 of file TCPLinkImpl.h.
typedef std::shared_ptr<cTCPLinkImpl> cTCPLinkImplPtr |
Definition at line 27 of file TCPLinkImpl.h.
typedef std::vector<cTCPLinkImplPtr> cTCPLinkImplPtrs |
Definition at line 28 of file TCPLinkImpl.h.