public abstract class RconBase extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected String |
description |
private static Logger |
LOGGER |
protected boolean |
running |
protected Thread |
thread |
private static AtomicInteger |
THREAD_COUNTER |
Modifier | Constructor and Description |
---|---|
protected |
RconBase(String description) |
private static final Logger LOGGER
private static final AtomicInteger THREAD_COUNTER
protected volatile boolean running
protected final String description
protected RconBase(String description)