Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <RCONServer.h>
Classes | |
class | cConnection |
Public Member Functions | |
cRCONServer (cServer &a_Server) | |
void | Initialize (cSettingsRepositoryInterface &a_Settings) |
virtual | ~cRCONServer () |
Protected Attributes | |
cServerHandlePtrs | m_ListenServers |
The sockets for accepting RCON connections (one socket per port). More... | |
AString | m_Password |
Password for authentication. More... | |
cServer & | m_Server |
The server object that will process the commands received. More... | |
Friends | |
class | cRCONCommandOutput |
class | cRCONListenCallbacks |
Definition at line 26 of file RCONServer.h.
cRCONServer::cRCONServer | ( | cServer & | a_Server | ) |
Definition at line 116 of file RCONServer.cpp.
|
virtual |
Definition at line 125 of file RCONServer.cpp.
void cRCONServer::Initialize | ( | cSettingsRepositoryInterface & | a_Settings | ) |
Definition at line 137 of file RCONServer.cpp.
|
friend |
Definition at line 35 of file RCONServer.h.
|
friend |
Definition at line 36 of file RCONServer.h.
|
protected |
The sockets for accepting RCON connections (one socket per port).
Definition at line 87 of file RCONServer.h.
|
protected |
Password for authentication.
Definition at line 90 of file RCONServer.h.
|
protected |
The server object that will process the commands received.
Definition at line 84 of file RCONServer.h.