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, stopReading
public GatewayRemoteCommandManager()
public GatewayRemoteCommandManager(boolean overwrite)
protected RemoteCommandListener getListenerFor(String command)
DefaultRemoteCommandManager
RemoteConnectionListener
for the given command.getListenerFor
in class DefaultRemoteCommandManager