Index
All Classes|All Packages|Constant Field Values|Serialized Form
R
- readMessage(PacketParser) - Method in class com.houseofkraft.nsp.networking.Client
-
Reads the Message using the built-in InputStream.
- readMessage(DataInputStream, PacketParser) - Static method in class com.houseofkraft.nsp.networking.Messages
-
Reads a message from the InputStream, and processes it to a ByteArray Hashmap using a specified Parser.
- readMessageString(PacketParser) - Method in class com.houseofkraft.nsp.networking.Client
-
Reads the Message using the built-in InputStream.
- readMessageString(DataInputStream, PacketParser) - Static method in class com.houseofkraft.nsp.networking.Messages
-
Reads a message from the InputStream, and processes it to a String Hashmap using a specified Parser.
- readMessageString(DataInputStream, PacketParser, int) - Static method in class com.houseofkraft.nsp.networking.Messages
-
Reads a message from the InputStream, and processes it to a String Hashmap using a specified Parser and Timeout.
- REASON - Enum constant in enum class com.houseofkraft.nsp.networking.NSPHeader.Message
- receivedMessages - Static variable in class GlobalVariables
- RECORD_SEPARATOR - Enum constant in enum class com.houseofkraft.nsp.networking.NSPHeader
- removeEntry(String) - Method in class com.houseofkraft.nsp.networking.Packet
-
Removes an Entry from the HashMap
- resetKeepAlive() - Method in class com.houseofkraft.nsp.networking.Client
-
Resets the Keep Alive to the specified seconds delay in the Options.
- run() - Method in class com.houseofkraft.nsp.networking.ClientManager
- run() - Method in class com.houseofkraft.nsp.networking.ConnectionActivator
- run() - Method in class com.houseofkraft.nsp.networking.ConnectionManager
-
This ConnectionManager is a global Client Manager that monitors if any Client has been removed from the Socket for any reason, such as being kicked, banned, timed out, etc.
- run() - Method in class com.houseofkraft.nsp.networking.SocketAcceptor
-
The SocketAcceptor is a low-level Thread made to simply wait for any Socket connection be activated, and forwards it to the more complex ConnectionActivator Thread.
- run() - Method in class com.houseofkraft.nsp.tool.TimerScheduler
All Classes|All Packages|Constant Field Values|Serialized Form