Constructor and Description |
---|
MaxConcurrentConnection() |
Modifier and Type | Method and Description |
---|---|
boolean |
init(ModuleContext ctx)
Called when the module is initialized.
|
void |
onClientDisconnect(ServerEvent evt) |
void |
onConnection(ConnectionEvent evt) |
void |
shutdown()
Called when the module is shutdown.
|
public boolean init(ModuleContext ctx)
Module
public void onConnection(ConnectionEvent evt)
public void onClientDisconnect(ServerEvent evt)