Index
A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- wasActive() - Method in class io.sockit.gameserver.Player
-
checks whether player was or is active in the current game play - returns true if a player was active when the game play began.
- WebHandler - Interface in io.sockit.gameserver
-
This interface allows you to implement your own web handler to handle web Requests on the server.
- WebResource - Class in io.sockit.gameserver
-
An instance of this class represents a web resource that will be sent by the server to the web client such as your web browser.
- WebResource() - Constructor for class io.sockit.gameserver.WebResource
-
Constructs a new empty Web Resource - without any body
- WebResource(File) - Constructor for class io.sockit.gameserver.WebResource
-
Constructs a new Web Resource with the specified File's content as the input of the web resource.
- WebResource(File, String) - Constructor for class io.sockit.gameserver.WebResource
-
Constructs a new Web Resource with the specified File's content as the input/source of the web resource.
- WebResource(InputStream, String, long) - Constructor for class io.sockit.gameserver.WebResource
-
Constructs a new Web Resource with the specified byte stream as the input/source of the web resource.
All Classes All Packages