Uses of Class
za.co.wethinkcode.robots.errors.ServerInitilisationError
Packages that use ServerInitilisationError
Package
Description
Parent module for the server of the Robot World game
-
Uses of ServerInitilisationError in za.co.wethinkcode.robots.server
Methods in za.co.wethinkcode.robots.server that throw ServerInitilisationErrorModifier and TypeMethodDescriptionstatic ServerStatic style configuration stage for setting up a server.static ServerServer.newServerWithoutWebApi(String[] args) Builds a Server same way newServer(args) does, but without aHTTP_API_Runtimeweb server attached.voidServer.start()Public entry point for starting this server's accept loop from outside theserverpackage (e.g.