Uses of Interface
io.sockit.gameserver.WebHandler
| Package | Description |
|---|---|
| io.sockit.gameserver |
This is the core package for the Sockit Multiplayer Game (Server) Engine and provides the classes necessary to implement the server side of a multiplayer turn based game.
|
-
Uses of WebHandler in io.sockit.gameserver
Classes in io.sockit.gameserver that implement WebHandler Modifier and Type Class Description classDefaultWebHandlerA Default Web Handler for web requests.Methods in io.sockit.gameserver with parameters of type WebHandler Modifier and Type Method Description static voidServer. setWebHandler(WebHandler webHandler)Sets the server Web Handler - the server will route all web requests to the specified WebHandler.