Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Interface that provides the methods available on a listening server socket. More...
#include <Network.h>
Public Member Functions | |
virtual void | Close (void)=0 |
Stops the server, no more incoming connections will be accepted. More... | |
virtual bool | IsListening (void) const =0 |
Returns true if the server has been started correctly and is currently listening for incoming connections. More... | |
virtual | ~cServerHandle () |
Friends | |
class | cNetwork |
Interface that provides the methods available on a listening server socket.
|
pure virtual |
Stops the server, no more incoming connections will be accepted.
All current connections will be shut down (cTCPLink::Shutdown()).
Implemented in cServerHandleImpl.
|
pure virtual |
Returns true if the server has been started correctly and is currently listening for incoming connections.
Implemented in cServerHandleImpl.