Index
All Classes|All Packages|Constant Field Values|Serialized Form
C
- C_messageTest_C() - Method in class SocketTesting
- CBC - Enum constant in enum class com.houseofkraft.nsp.encryption.Algorithm
-
CBC Algorithm
- changeEntry(String, String) - Method in class com.houseofkraft.nsp.networking.Packet
-
Removes the old entry key, and replaces it with the updated value, while keeping the key.
- Client - Class in com.houseofkraft.nsp.networking
- Client(Socket) - Constructor for class com.houseofkraft.nsp.networking.Client
- clientConnected - Static variable in class GlobalVariables
- clientConnected(Client) - Method in interface com.houseofkraft.nsp.listener.ServerListener
-
This event is called when a new Client is connected to the Socket.
- clientConnected(String) - Method in interface com.houseofkraft.nsp.listener.NSPListener
- clientDisconnected - Static variable in class GlobalVariables
- clientDisconnected(Client, String) - Method in interface com.houseofkraft.nsp.listener.ServerListener
-
This event is called when a Client is disconnected from the Socket.
- clientDisconnected(String, String) - Method in interface com.houseofkraft.nsp.listener.NSPListener
- clientList - Static variable in class com.houseofkraft.nsp.networking.NSPServer
- clientList - Static variable in class GlobalVariables
- clientListUpdate(ArrayList<String>) - Method in interface com.houseofkraft.nsp.listener.NSPListener
- ClientManager - Class in com.houseofkraft.nsp.networking
- ClientManager(Client) - Constructor for class com.houseofkraft.nsp.networking.ClientManager
- close() - Method in class com.houseofkraft.nsp.networking.NSP
-
Closes the Socket and sends a disconnection message for a specific reason.
- close() - Method in class com.houseofkraft.nsp.networking.NSPServer
-
Disconnects all the Clients from the Server, and then closes the ServerSocket.
- close(String) - Method in class com.houseofkraft.nsp.networking.ClientManager
-
Closes the Socket while removing from the Client List, and announce to Listeners.
- com.houseofkraft.nsp.encryption - package com.houseofkraft.nsp.encryption
- com.houseofkraft.nsp.exception - package com.houseofkraft.nsp.exception
- com.houseofkraft.nsp.listener - package com.houseofkraft.nsp.listener
- com.houseofkraft.nsp.networking - package com.houseofkraft.nsp.networking
- com.houseofkraft.nsp.tool - package com.houseofkraft.nsp.tool
- concurrentClose(String) - Method in class com.houseofkraft.nsp.networking.ClientManager
-
Closes the Socket concurrently, without interfering with the automatic scan process.
- connect() - Method in class com.houseofkraft.nsp.networking.NSP
-
Initializes a connection with the Server using the Address and Port specified in the Server Options.
- connect(String, int, int) - Method in class com.houseofkraft.nsp.networking.NSP
-
Initializes a connection with the Server, and automatically accepts the Handshake Process, starting the connection running.
- ConnectionActivator - Class in com.houseofkraft.nsp.networking
- ConnectionActivator(Socket) - Constructor for class com.houseofkraft.nsp.networking.ConnectionActivator
-
This ClientActivator is used after the SocketAcceptor first receives a possibly connecting Client, and will initialize the Handshake Process by checking the criteria such as whitelist, blacklist, max users/current, etc.
- ConnectionManager - Class in com.houseofkraft.nsp.networking
- ConnectionManager() - Constructor for class com.houseofkraft.nsp.networking.ConnectionManager
- containsByte(byte[], byte) - Static method in class com.houseofkraft.nsp.tool.ByteTools
-
Checks if a ByteArray contains a certain Byte, mostly used for splitting and finding Group and Record Separators.
All Classes|All Packages|Constant Field Values|Serialized Form