public class FourLetterCommands extends Object
Modifier and Type | Field and Description |
---|---|
static int |
confCmd |
static int |
consCmd |
static int |
crstCmd |
static int |
dirsCmd |
static int |
dumpCmd |
static int |
enviCmd |
static int |
getTraceMaskCmd |
protected static int |
hashCmd |
static int |
isroCmd |
static int |
mntrCmd |
static int |
ruokCmd |
static int |
setTraceMaskCmd |
static int |
srstCmd |
static int |
srvrCmd |
static int |
statCmd |
static int |
telnetCloseCmd |
static int |
wchcCmd |
static int |
wchpCmd |
static int |
wchsCmd |
Constructor and Description |
---|
FourLetterCommands() |
Modifier and Type | Method and Description |
---|---|
static String |
getCommandString(int command)
Return the string representation of the specified command code.
|
static boolean |
isEnabled(String command)
Check if the specified command is enabled.
|
static boolean |
isKnown(int command)
Check if the specified command code is from a known command.
|
static void |
resetWhiteList() |
public static final int confCmd
public static final int consCmd
public static final int crstCmd
public static final int dirsCmd
public static final int dumpCmd
public static final int enviCmd
public static final int getTraceMaskCmd
public static final int ruokCmd
public static final int setTraceMaskCmd
public static final int srvrCmd
public static final int srstCmd
public static final int statCmd
public static final int wchcCmd
public static final int wchpCmd
public static final int wchsCmd
public static final int mntrCmd
public static final int isroCmd
protected static final int hashCmd
public static final int telnetCloseCmd
public static void resetWhiteList()
public static String getCommandString(int command)
public static boolean isKnown(int command)
command
- The integer code of command.public static boolean isEnabled(String command)
command
- The command string.Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.