Uses of Class
io.sockit.gameserver.WebResource
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 WebResource in io.sockit.gameserver
Methods in io.sockit.gameserver that return WebResource Modifier and Type Method Description WebResource
DefaultWebHandler. getWebResource(SocketAddress remoteAddress, Iterable<Map.Entry<String,String>> requestHeaders, String uri)
WebResource
WebHandler. getWebResource(SocketAddress remoteAddress, Iterable<Map.Entry<String,String>> requestHeaders, String webPath)
Returns the Web Resource for a specified web path.The web path is the path following the domain name in a web url.