Interface RconService
public interface RconService
Manages Rcon-related settings.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTests whether Rcon is enabled for this service.Gets the Rcon password for this service.
- 
Method Details- 
isRconEnabledboolean isRconEnabled()Tests whether Rcon is enabled for this service.Rcon allows commands to be remotely run on the server, after Rcon client have authenticated with a password. - Returns:
- Where Rcon is enabled
 
- 
rconPasswordString rconPassword()Gets the Rcon password for this service.This password is used by Rcon clients to authenticate. - Returns:
- The Rcon password for this service
 
 
-