Class | Description |
---|---|
MaxClients |
A module that only allows a configurable number of clients to be connected to the server at the same time.
|
MaxConcurrentConnection |
A module that only allows a configurable number of clients with the same connection address
to connect concurrently.
|
MaxRooms |
This module enforces a max room limitation on the server.
|
Annotation Type | Description |
---|---|
RemoteRoomEventListener |
Modules can use this annotation to have methods automatically listen for remote room events.
|
RequiredAttribute |
Indicates that an attribute in a module is required and must be correctly set or the module will not be created.
|
RoomEventListener |
Modules can use this annotation to have methods automatically listen for room events.
|
ServerEventListener |
Modules can use this annotation to have methods automatically listen for server events.
|
UPCEventListener |
Modules can use this annotation to have methods automatically listen for server events.
|