public class GatewayRemoteCommandManager extends DefaultRemoteCommandManager
RemoteCommandManager that dispatches all the unknown command to the CommandSender.| Constructor and Description |
|---|
GatewayRemoteCommandManager() |
GatewayRemoteCommandManager(boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteCommandListener |
getListenerFor(String command)
Returns the
RemoteConnectionListener for the given command. |
getCommandSenders, onError, registerListener, startReading, startReading, startReading, startReading, stopAll, stopReadingpublic GatewayRemoteCommandManager()
public GatewayRemoteCommandManager(boolean overwrite)
protected RemoteCommandListener getListenerFor(String command)
DefaultRemoteCommandManagerRemoteConnectionListener for the given command.getListenerFor in class DefaultRemoteCommandManager